| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "__MSG_extName__", | 2 "name": "__MSG_extName__", |
| 3 "version": "0.1", | 3 "version": "0.1", |
| 4 "description": "__MSG_extDescription__", | 4 "description": "__MSG_extDescription__", |
| 5 "default_locale": "en", | 5 "default_locale": "en", |
| 6 "background_page": "background.html", | 6 "background_page": "background.html", |
| 7 "browser_action": { | 7 "browser_action": { |
| 8 "default_icon": "icon.png", | 8 "default_icon": "icon.png", |
| 9 "popup": "popup.html" | 9 "popup": "popup.html" |
| 10 }, | 10 }, |
| 11 "permissions": [ | 11 "permissions": [ |
| 12 "extension", | 12 "extension", |
| 13 "webNavigation" | 13 "webNavigation" |
| 14 ] | 14 ], |
| 15 "content_security_policy": "default-src 'none'; script-src 'self'; style-src '
self'" |
| 15 } | 16 } |
| OLD | NEW |