blob: ecb672a4b2095183ea5fe2ec6a8a5edee875bd64 [file] [log] [blame]
{
"manifest_version": 2,
"name": "__MSG_appBetaName__",
"description": "__MSG_appDescription__",
"version": "0.7.2.2",
"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"
}