SpotDown

SpotDown

SpotDown - The Premier Spotify Downloader Extension, Downloads Albums, Playlists, And Tracks In MP3, High-Quality Audio Experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "0.0.1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "128.png"
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "contentStyle.css",
        "128.png",
        "32.png"
      ],
      "matches": []
    }
  ]
}