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": 3,
"name": "YouTube Music Media Keys",
"version": "1.0.3",
"description": "Control YouTube Music with media keys",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/music.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
},
"commands": {
"play-pause": {
"suggested_key": {
"default": "MediaPlayPause"
},
"description": "Play\/Pause"
},
"next-track": {
"suggested_key": {
"default": "MediaNextTrack"
},
"description": "Next track"
},
"prev-track": {
"suggested_key": {
"default": "MediaPrevTrack"
},
"description": "Previous track"
}
}
}