Pandora Dark Theme

Pandora Dark Theme

Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pandora Dark Theme",
  "version": "2.1",
  "description": "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "icons": {
    "16": "images/pandora_dark_theme_16.png",
    "32": "images/pandora_dark_theme_32.png",
    "48": "images/pandora_dark_theme_48.png",
    "128": "images/pandora_dark_theme_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.pandora.com/*"
      ],
      "css": [
        "pandora_dark_theme.css"
      ]
    }
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}