Proxmate

Proxmate

Browse the web with confidence! Easily, Privately & Securely!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Proxmate",
  "version": "4.6.7",
  "description": "Browse the web with confidence! Easily, Privately & Securely!",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "https://proxmate.me/",
  "browser_action": {
    "default_title": "Click to open Proxmate quick menu",
    "default_icon": "ressources/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.proxmate.me/*",
        "*://proxmate.me/*"
      ],
      "js": [
        "bower_components/jquery/dist/jquery.js",
        "bower_components/moment/dist/moment.js",
        "src/page-worker/proxmate.js"
      ]
    }
  ],
  "icons": {
    "16": "ressources/images/icon16.png",
    "24": "ressources/images/icon24.png",
    "48": "ressources/images/icon48.png",
    "128": "ressources/images/icon128.png"
  },
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "*://*/",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.intercomcdn.com/ https://*.intercom.io https://ssl.google-analytics.com; object-src 'self'"
}