songplz.com

songplz.com

Display QR code for current playing song from Spotify

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "songplz.com",
  "short_name": "songplz.com ",
  "description": "Display QR code for current playing song from Spotify",
  "author": "[email protected]",
  "version": "1.0.1",
  "version_name": "1.0.1 beta",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.spotify.js.62028db6.aeb8b2e4.js"
      ],
      "matches": [
        "https://*.spotify.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Skin",
    "default_popup": "skin.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.spotify.com/*"
      ],
      "resources": [
        "assets/spotify.js.62028db6.js"
      ],
      "use_dynamic_url": true
    }
  ]
}