| 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 "state": 1, | 7 "state": 1, |
| 8 "allowFileAccess": true, | 8 "allowFileAccess": true, |
| 9 "manifest": { | 9 "manifest": { |
| 10 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu
e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe
e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", | 10 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu
e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe
e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", |
| 11 "version": "1.0.0.0", | 11 "version": "1.0.0.0", |
| 12 "name": "My extension 1", | 12 "name": "My extension 1", |
| 13 "description": "The first extension that I made.", | 13 "description": "The first extension that I made.", |
| 14 "icons": { | 14 "icons": { |
| 15 "128": "icon_128.png" | 15 "128": "icon_128.png" |
| 16 }, | 16 }, |
| 17 "default_locale": "en_US", | 17 "default_locale": "en_US", |
| 18 "toolstrips": [ | |
| 19 { | |
| 20 "path": "toolstrip1.html", | |
| 21 "mole": "lorem_ipsum.html", | |
| 22 "mole_height": 200 | |
| 23 }, | |
| 24 "toolstrip2.html" | |
| 25 ], | |
| 26 "background_page": "backgroundpage.html", | 18 "background_page": "backgroundpage.html", |
| 27 "permissions": ["tabs", "http://*.google.com/*", "https://*.google
.com/*"], | 19 "permissions": ["tabs", "http://*.google.com/*", "https://*.google
.com/*"], |
| 28 "content_scripts": [ | 20 "content_scripts": [ |
| 29 { | 21 { |
| 30 "matches": ["file://*", "http://*.google.com/*", "https://*.go
ogle.com/*"], | 22 "matches": ["file://*", "http://*.google.com/*", "https://*.go
ogle.com/*"], |
| 31 "js": ["script1.js", "script2.js"], | 23 "js": ["script1.js", "script2.js"], |
| 32 "css": ["style1.css", "style2.css", "style2.css"] | 24 "css": ["style1.css", "style2.css", "style2.css"] |
| 33 }, | 25 }, |
| 34 { | 26 { |
| 35 "matches": ["http://*.news.com/*"], | 27 "matches": ["http://*.news.com/*"], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 62 "plugins": [ | 54 "plugins": [ |
| 63 { "path": "content_plugin.dll", "public": true }, | 55 { "path": "content_plugin.dll", "public": true }, |
| 64 { "path": "extension_plugin.dll" } | 56 { "path": "extension_plugin.dll" } |
| 65 ], | 57 ], |
| 66 "background_page": "background.html" | 58 "background_page": "background.html" |
| 67 } | 59 } |
| 68 } | 60 } |
| 69 } | 61 } |
| 70 } | 62 } |
| 71 } | 63 } |
| OLD | NEW |