Anonine Proxy

Anonine Proxy

Anonine Proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anonine Proxy",
  "short_name": "Proxy",
  "description": "Anonine Proxy",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Anonine Proxy",
    "default_icon": {
      "128": "images/toolbar/icon_inactive/icon_inactive-128x128.png"
    }
  },
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "commands": {
    "next-connection-status": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Switch to the next proxy mock mode in the list"
    }
  },
  "version": "0.1.4",
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}