Theme Switcher for Firefox

Theme Switcher for Firefox

Provides an easy way to switch among your installed themes by adding a shortcut icon to the toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2.0",
  "name": "Theme Switcher",
  "description": "Provides an easy way to switch among your installed themes by adding a shortcut icon to the toolbar.",
  "homepage_url": "https://github.com/georapbox/firefox-theme-switcher",
  "browser_action": {
    "default_title": "Theme Switcher",
    "default_popup": "switcher.html",
    "browser_style": true,
    "default_icon": {
      "128": "icon.svg"
    }
  },
  "permissions": [
    "management"
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{a02d7a2e-28a3-404c-89ca-dc5bb4e2446a}"
    }
  }
}