Index: chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json |
diff --git a/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json b/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..593b53010f828ffd7399c911ae77301b74f83fb9 |
--- /dev/null |
+++ b/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json |
@@ -0,0 +1,23 @@ |
+{ |
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmpk6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7bZ00w2+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
|
+ "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.
|
+ "version": "0.1", |
+ "manifest_version": 2, |
+ "description": "Bookmark Manager", |
+ "icons": { |
+ // The favicon is loaded directly from resources.pak. |
+ }, |
+ "incognito" : "split", |
+ "permissions": [ |
+ "bookmarks", |
+ "experimental", |
+ "tabs", |
+ "chrome://favicon/", |
+ "chrome://resources/" |
+ ], |
+ "chrome_url_overrides": { |
+ "bookmarks": "main.html" |
+ }, |
+ "content_security_policy": |
+ "object-src 'none'; script-src chrome://resources chrome-extension://mndnfokpggljbaajbnioimlmbfngpief 'self'" |
+} |