OLD | NEW |
1 { | 1 { |
2 "extensions": { | 2 "extensions": { |
3 "settings": { | 3 "settings": { |
4 "behllobkkfkfnphdnhnkndlbkcpglgmj": { | 4 "behllobkkfkfnphdnhnkndlbkcpglgmj": { |
5 "location": 1, | 5 "location": 1, |
6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0", | 6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0", |
7 "granted_permissions": { | 7 "granted_permissions": { |
8 "full": false, | 8 "full": false, |
9 "api": ["tabs"], | 9 "api": ["tabs"], |
10 "host": ["file://*", "http://*.google.com/*", "https://*.google.co
m/*", "http://*.news.com/*"] | 10 "host": ["file://*", "http://*.google.com/*", "https://*.google.co
m/*", "http://*.news.com/*"] |
11 }, | 11 }, |
12 "state": 1, | 12 "state": 1, |
13 "allowFileAccess": true, | 13 "newAllowFileAccess": true, |
14 "manifest": { | 14 "manifest": { |
15 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu
e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe
e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", | 15 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu
e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe
e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", |
16 "version": "1.0.0.0", | 16 "version": "1.0.0.0", |
17 "name": "My extension 1", | 17 "name": "My extension 1", |
18 "description": "The first extension that I made.", | 18 "description": "The first extension that I made.", |
19 "icons": { | 19 "icons": { |
20 "128": "icon_128.png" | 20 "128": "icon_128.png" |
21 }, | 21 }, |
22 "default_locale": "en_US", | 22 "default_locale": "en_US", |
23 "background_page": "backgroundpage.html", | 23 "background_page": "backgroundpage.html", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "plugins": [ | 66 "plugins": [ |
67 { "path": "content_plugin.dll", "public": true }, | 67 { "path": "content_plugin.dll", "public": true }, |
68 { "path": "extension_plugin.dll" } | 68 { "path": "extension_plugin.dll" } |
69 ], | 69 ], |
70 "background_page": "background.html" | 70 "background_page": "background.html" |
71 } | 71 } |
72 } | 72 } |
73 } | 73 } |
74 } | 74 } |
75 } | 75 } |
OLD | NEW |