Theme Creator Firefox

Examine source code of Theme Creator

Inspect and view changes in Theme Creator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Theme Creator",
  "version": "1.0.0",
  "description": "Simple Theme Creator for Firefox: pick colors, preview, export as a WebExtension theme (manifest.json snippet). Stores user themes locally.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Theme Creator",
    "default_popup": "creator.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f139997c-8073-4da9-99ef-c3e7b68687b5}"
    }
  }
}

Best Theme Creator Alternatives

Here are some Firefox add-ons that are similar to Theme Creator: