blob: 833fc536698c9d32c322a7a55a52f5fb4dfee895 [file] [log] [blame]
{
"manifest_version": 2,
"name": "__MSG_appBetaName__",
"description": "__MSG_appDescription__",
"version": "0.8",
"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"],
"persistent": false
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"default_locale": "en"
}