OLD | NEW |
1 { | 1 { |
2 "background_page": "background.html", | 2 "background_page": "background.html", |
3 "content_scripts": [ { | 3 "content_scripts": [ { |
4 "js": [ "script.js" ], | 4 "js": [ "script.js" ], |
5 "matches": [ "http://*/*" ] | 5 "matches": [ "http://*/*", "file://*.*" ] |
6 } ], | 6 } ], |
7 "description": "Hreggvi\u00F0ur: l10n page action", | 7 "description": "Hreggvi\u00F0ur: l10n page action", |
8 "name": "Hreggvi\u00F0ur is my name", | 8 "name": "Hreggvi\u00F0ur is my name", |
9 "page_action": { | 9 "page_action": { |
10 "default_title": "Hreggvi\u00F0ur", | 10 "default_title": "Hreggvi\u00F0ur", |
11 "default_icon": "chrome-16.png" | 11 "default_icon": "chrome-16.png" |
12 }, | 12 }, |
13 "permissions": [ "http://*/*" ], | 13 "permissions": [ "http://*/*" ], |
14 "version": "1.0" | 14 "version": "1.0" |
15 } | 15 } |
OLD | NEW |