Production Warning Banner Firefox

Examine source code of Production Warning Banner

By: ct1735x
Inspect and view changes in Production Warning Banner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Production Warning Banner",
  "version": "2.1",
  "description": "Displays a configurable banner on your production environments",
  "browser_specific_settings": {
    "gecko": {
      "id": "prod-warning@ct1735x.fr",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Production Warning"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Production Warning Banner Alternatives

Here are some Firefox add-ons that are similar to Production Warning Banner: