Prod Warning

Prod Warning

Warn you when your on production sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prod Warning",
  "version": "0.1.0",
  "description": "Warn you when your on production sites",
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "border.js"
      ]
    }
  ],
  "icons": {
    "16": "images/warning16.png",
    "32": "images/warning32.png",
    "48": "images/warning48.png",
    "128": "images/warning128.png"
  },
  "manifest_version": 2
}