OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmp k6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7b Z00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAB", | |
Aaron Boodman
2011/12/06 19:43:35
I think that if you put this file here, it will br
SeRya
2011/12/06 22:19:37
Moved to chrome/test/data/extensions/override_comp
| |
3 "name": "Bookmark Manager", | |
Aaron Boodman
2011/12/06 19:43:35
Most of these keys are irrelevant to the test. You
SeRya
2011/12/06 22:19:37
Done.
| |
4 "version": "0.1", | |
5 "manifest_version": 2, | |
6 "description": "Bookmark Manager", | |
7 "icons": { | |
8 // The favicon is loaded directly from resources.pak. | |
9 }, | |
10 "incognito" : "split", | |
11 "permissions": [ | |
12 "bookmarks", | |
13 "experimental", | |
14 "tabs", | |
15 "chrome://favicon/", | |
16 "chrome://resources/" | |
17 ], | |
18 "chrome_url_overrides": { | |
19 "bookmarks": "main.html" | |
20 }, | |
21 "content_security_policy": | |
22 "object-src 'none'; script-src chrome://resources chrome-extension://mndnfok pggljbaajbnioimlmbfngpief 'self'" | |
23 } | |
OLD | NEW |