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