Flippity — Feature Toggle Mgr Firefox

Examine source code of Flippity — Feature Toggle Mgr

Inspect and view changes in Flippity — Feature Toggle Mgr source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Flippity — Feature Toggle Manager",
  "version": "1.0.1",
  "description": "Manage localStorage feature toggles per website",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "flippity@flippity.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Flippity — Feature Toggle Mgr Alternatives

Here are some Firefox add-ons that are similar to Flippity — Feature Toggle Mgr: