A new playground on the Spotify platform for Web3 music fans. Discover new music and share your experiences with others.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"short_name": "ATIV Playground",
"name": "ATIV Music Playground",
"version": "1.1.2",
"description": "A new playground on the Spotify platform for Web3 music fans. Discover new music and share your experiences with others.",
"manifest_version": 3,
"icons": {
"16": "assets/icons/raid-paused.png",
"48": "assets/icons/raid-paused.png",
"128": "assets/icons/raid-paused.png"
},
"action": {},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"*://open.spotify.com/"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"assets/images/*",
"assets/icons/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"dist/index.cc2b5295.css"
],
"js": [
"dist/index.a5d472b4.js",
"dist/index.19164c06.js"
]
}
]
}