blob: 2490610d7f42eb373a97e4a6f80d2600893d6156 [file] [log] [blame]
{
"name": "__MSG_ALT_APPNAME__",
"version": "1.0",
"description": "__MSG_ALT_APPDESC__",
"background": {
"scripts": [ "background.js" ]
},
"commands": {
"example_keyboard_command": {
"suggested_key": {
"default": "Ctrl+Shift+I",
"mac": "Ctrl+Shift+I"
},
"description": "__MSG_ALT_APPDESC__"
}
},
"browser_action": {
"default_title": "__MSG_ALT_APPDESC__",
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
}
},
"permissions": [
"activeTab"
],
"manifest_version": 2,
"default_locale": "en",
"web_accessible_resources": [
"images/speech-16.png",
"images/speech-missing-alt-16.png",
"images/statusbarButtonGlyphs.png"
],
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
}