| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "__MSG_extName__", | 2 "name": "__MSG_extName__", |
| 3 "version": "0.3", | 3 "version": "0.3", |
| 4 "description": "__MSG_extDescription__", | 4 "description": "__MSG_extDescription__", |
| 5 "default_locale": "en", | 5 "default_locale": "en", |
| 6 "browser_action": { | 6 "browser_action": { |
| 7 "default_icon": "icon16.png", | 7 "default_icon": "icon16.png", |
| 8 "popup": "popup.html" | 8 "popup": "popup.html" |
| 9 }, | 9 }, |
| 10 "icons": { | 10 "icons": { |
| 11 "16": "icon16.png", | 11 "16": "icon16.png", |
| 12 "32": "icon32.png", | 12 "32": "icon32.png", |
| 13 "48": "icon48.png", | 13 "48": "icon48.png", |
| 14 "128": "icon128.png" | 14 "128": "icon128.png" |
| 15 }, | 15 }, |
| 16 "background_page": "background.html", | 16 "background_page": "background.html", |
| 17 "permissions": [ | 17 "permissions": [ |
| 18 "proxy" | 18 "proxy" |
| 19 ] | 19 ], |
| 20 "content_security_policy": "default-src 'self'" |
| 20 } | 21 } |
| OLD | NEW |