Environment Favicon Switcher Firefox

Examine source code of Environment Favicon Switcher

By: Thomas Add-on
Inspect and view changes in Environment Favicon Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "2.3.0",
  "author": "Thomas Jost",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "config/defaults.js",
      "src/shared.js",
      "src/background.js"
    ],
    "service_worker": "src/service-worker.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "config/defaults.js",
        "src/shared.js",
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "environment-favicon-switcher@arrows78.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "web_accessible_resources": [
      {
        "resources": [
          "icons/*"
        ],
        "matches": [
          "<all_urls>"
        ]
      }
    ]
  }
}

Best Environment Favicon Switcher Alternatives

Here are some Firefox add-ons that are similar to Environment Favicon Switcher: