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",
"name": "novid",
"version": "0.1.8",
"manifest_version": 2,
"description": "An extension to control video visibility and audio muting on page",
"author": "http:\/\/tech-drum.blogspot.com\/ (Nir Moav)",
"icons": {
"128": "images\/icon.png"
},
"browser_action": {
"default_icon": "images\/icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"storage"
],
"options_page": "options.html",
"commands": {
"toggle-feature-foo": {
"suggested_key": {
"default": "Ctrl+Shift+V",
"mac": "Command+Shift+V"
},
"description": "Toggle feature foo"
}
}
}