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": "Spotify Music Player",
"version": "1.0",
"description": "Access Spotify and YouTube Music in a side panel",
"manifest_version": 3,
"background": {
"service_worker": "spotify-background.js"
},
"action": {
"default_title": "Spotify Music Player",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"side_panel": {
"default_path": "spotify-music-player.html"
},
"permissions": [
"sidePanel",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.spotify.com\/*",
"https:\/\/open.spotify.com\/*",
"https:\/\/*.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "disable-csp",
"enabled": true,
"path": "rules.json"
}
]
}
}