Hot Pink spotify

Hot Pink spotify

hot pink spotify a new way of looking at 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": "Hot Pink spotify",
  "permissions": [],
  "optional_host_permissions": [
    "https://open.spotify.com/"
  ],
  "description": "hot pink spotify a new way of looking at spotify",
  "version": "1.5.2",
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "js": [
        "Content.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "icons": {
    "16": "16Hot_Pink_spotify.png",
    "32": "32Hot_Pink_spotify.png",
    "48": "48Hot_Pink_spotify.png",
    "128": "128Hot_Pink_spotify.png"
  }
}