| OLD | NEW |
| 1 { | 1 { |
| 2 "background_page": "background.html", | 2 "background_page": "background.html", |
| 3 "content_scripts": [ { | 3 "content_scripts": [ { |
| 4 "js": [ "content_script.js" ], | 4 "js": [ "content_script.js" ], |
| 5 "matches": [ "<all_urls>" ] | 5 "matches": [ "<all_urls>" ] |
| 6 } ], | 6 } ], |
| 7 "description": "Test whether whitelisted extensions can run scripts everywher
e using content script", | 7 "description": "Test whether whitelisted extensions can run scripts everywher
e using content script", |
| 8 "name": "AllUrls content script permissions", | 8 "name": "AllUrls content script permissions", |
| 9 "manifest_version": 2, |
| 9 "version": "1.0" | 10 "version": "1.0" |
| 10 } | 11 } |
| OLD | NEW |