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",
"version": "1.1",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "__MSG_name__"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "sw.js"
},
"options_page": ".\/settings.html",
"content_scripts": [
{
"js": [
"injected.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start"
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+P",
"linux": "Alt+P",
"windows": "Alt+P",
"mac": "Command+P"
}
},
"play": {
"suggested_key": {
"default": "Alt+1",
"linux": "Alt+1",
"windows": "Alt+1",
"mac": "Command+1"
},
"description": "Play\/Pause"
},
"rewindUp": {
"suggested_key": {
"default": "Alt+3",
"linux": "Alt+3",
"windows": "Alt+3",
"mac": "Command+3"
},
"description": "Rewind (+10sec)"
},
"rewindDown": {
"suggested_key": {
"default": "Alt+2",
"linux": "Alt+2",
"windows": "Alt+2",
"mac": "Command+2"
},
"description": "Rewind (-10sec)"
},
"volumeDown": {
"description": "Volume down"
},
"volumeUp": {
"description": "Volume up"
}
},
"icons": {
"32": "32.png",
"64": "64.png",
"128": "128.png"
}
}