OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "incognito apitest", | 2 "name": "incognito apitest", |
3 "version": "0.1", | 3 "version": "0.1", |
4 "description": "test that an incognito extension can't accidentially create an OTR profile", | 4 "description": "test that an incognito extension can't accidentially create an OTR profile", |
5 "background_page": "background.html", | 5 "background_page": "background.html", |
6 "permissions": ["tabs"] | 6 "permissions": ["tabs", "cookies"] |
7 } | 7 } |
OLD | NEW |