| Index: chrome/test/data/extensions/permissions/Preferences-initialization
|
| diff --git a/chrome/test/data/extensions/permissions/Preferences-initialization b/chrome/test/data/extensions/permissions/Preferences-initialization
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e0d29135064fb7d559b3e589635aa90bcf0f4a0c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/permissions/Preferences-initialization
|
| @@ -0,0 +1,23 @@
|
| +{
|
| + "extensions": {
|
| + "settings": {
|
| + "bcflfiohkjolmhmjjocpfbloomonhpkc": {
|
| + "app_launcher_index": 13,
|
| + "incognito": false,
|
| + "location": 1,
|
| + "path": "bcflfiohkjolmhmjjocpfbloomonhpkc/1_0",
|
| + "state": 1,
|
| + "manifest": {
|
| + "content_scripts": [ {
|
| + "js": [ "test.js" ],
|
| + "matches": [ "http://*.google.com/*", "https://*.google.com/*" ]
|
| + } ],
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjaeNnkVsxxIdwFiIWDDaiCUGLAxpl8zuMn6za/zFOw4ManeaA7o0NkEnpgtBcVT40zU48H/invljVB6TDaQ93RSnD3P6esUgJTqlJg7vz9zlUsefTBmLChPR38zW87l8TIIEvt3Syb5iFf35KUXdUujiCtO2Pb3Adh1cuDUXo8QIDAQAB",
|
| + "name": "Unknown Permissions Test",
|
| + "permissions": [ "tabs", "blah" ],
|
| + "version": "1"
|
| + }
|
| + }
|
| + }
|
| + }
|
| +}
|
|
|