Firefox Color

Firefox Color

Build, save and share beautiful Firefox themes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Firefox Color",
  "permissions": [
    "theme",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_title": "Firefox Color",
    "default_icon": {
      "32": "images/icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://color.firefox.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "32": "images/logo.svg",
    "48": "images/logo.svg",
    "96": "images/logo.svg",
    "128": "images/logo.svg"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0a1"
    }
  },
  "manifest_version": 2,
  "version": "2.1.7",
  "description": "Theming experiment for Firefox Quantum and beyond.",
  "author": "Les Orchard <[email protected]>",
  "homepage_url": "https://color.firefox.com"
}