Feature the Flag Firefox

Examine source code of Feature the Flag

Inspect and view changes in Feature the Flag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feature the Flag",
  "version": "0.1.3",
  "description": "Toggle feature flags from the extension bar",
  "options_ui": {
    "page": "config/index.html"
  },
  "browser_action": {
    "default_popup": "popup/index.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Best Feature the Flag Alternatives

Here are some Firefox add-ons that are similar to Feature the Flag: