Environment Warning

Environment Warning

Extension to assist development by warning you about the environment you are currently on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Environment Warning",
  "manifest_version": 3,
  "incognito": "spanning",
  "optional_permissions": [
    "scripting"
  ],
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "version": "0.0.11",
  "description": "Extension to assist development by warning you about the environment you are currently on.",
  "background": {
    "service_worker": "background.js"
  },
  "optional_host_permissions": [
    "*://*/*"
  ]
}