Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mova",
"version": "1.1.3",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
"browser_action": {
"default_title": "Mova",
"default_popup": "popup\/index.html",
"default_icon": {
"19": "icons\/icon-19x19.png",
"38": "icons\/icon-38x38.png"
}
},
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"background": {
"persistent": true,
"page": "background\/index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/index.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"storage",
"tabs",
"<all_urls>"
],
"commands": {
"toggle_extension": {
"suggested_key": {
"default": "Alt+Shift+B"
},
"description": "__MSG_toggle_extension__"
},
"toggle_website": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "__MSG_toggle_website__"
}
}
}