{ | |
"manifest_version": 2, | |
"name": "__MSG_appBetaName__", | |
"description": "__MSG_appDescription__", | |
"version": "0.7", | |
"permissions": [ | |
"contextMenus", | |
"storage", | |
"notifications" | |
], | |
"icons": { | |
"16": "icons/translate-16.png", | |
"32": "icons/translate-32.png", | |
"64": "icons/translate-64.png", | |
"128": "icons/translate-128.png", | |
"256": "icons/translate-256.png" | |
}, | |
"background": { | |
"scripts": ["background.js"] | |
}, | |
"options_page": "options.html", | |
"default_locale": "en" | |
} |