Contentful Environment Guard Firefox

Examine source code of Contentful Environment Guard

By: AshJ
Inspect and view changes in Contentful Environment Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Contentful Environment Guard",
  "version": "1.0",
  "description": "Warns you when entering an Contentful entry in the master environment",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "guard.js"
      ],
      "matches": [
        "https://app.contentful.com/spaces/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a582ef29-f04e-4505-b5ae-7651c940b0c5}"
    }
  }
}

Best Contentful Environment Guard Alternatives

Here are some Firefox add-ons that are similar to Contentful Environment Guard: