Prevify — Spotify Artwork Previewer

Prevify — Spotify Artwork Previewer

Preview your track artwork and title on Spotify home page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prevify — Spotify Artwork Previewer",
  "description": "Preview your track artwork and title on Spotify home page.",
  "version": "0.4",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup-wrapper.html",
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "web_accessible_resources": [
    "popup.html"
  ],
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  }
}