AoneEnvRoute

AoneEnvRoute

Modify Environment Route

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Modify Environment Route",
  "version": "0.0.2",
  "name": "AoneEnvRoute",
  "manifest_version": 3,
  "homepage_url": "https://group-env.alibaba-inc.com",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "images/DC_14_14.png",
    "default_title": "AoneEnvRoute",
    "default_popup": "popup.html"
  },
  "icons": {
    "14": "images/DC_14_14.png",
    "48": "images/DC_48_48.png"
  },
  "incognito": "spanning",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "bark": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "Makes Acho bark the title at the bottom right of the current page."
    }
  }
}