ProxyPony ToolBar

ProxyPony ToolBar

Mobile Carrier Proxies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "ProxyPony/Toolbar/Pages/Background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "ProxyPony/Toolbar/Images/ProxyPony-48x48-Disconnected.png",
    "default_popup": "ProxyPony/Toolbar/Pages/Popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Mobile Carrier Proxies",
  "icons": {
    "16": "ProxyPony/Toolbar/Images/ProxyPony-16x16-Colored.png",
    "48": "ProxyPony/Toolbar/Images/ProxyPony-48x48-Colored.png",
    "128": "ProxyPony/Toolbar/Images/ProxyPony-128x128-Colored.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr2NCWD88yRvpIoI4zDJYqmXZk+lLEPXFYDFWmBJRl1H6LzWhXx2dzJHiUO/KqoBVIeBILRPA7LQs5EddC+k6yuyQp01gelxZsqnuRgkjc7GH7XdHDsI/QKpr6v8D2hsNpWFny8yod0cRdgD3+I77gJ1H/WRJ+JE4iM8D9g+3ylsGuNGS8sISxAYbrQstLPkNa+BFSaiU+qqs5BFQ1cm6TDuRJZACAb2gxKLGdFWi2s88NkEAblBfhZeB0CmqoXptoUBYTWNnsso8Fgwcu9feIYfMUzXpD1V0gofj4PrVV9SSTI8r2RsVXtMQuqd0GX6XTG0aPx8iA3g5C1hLtEF4CwIDAQAB",
  "manifest_version": 2,
  "name": "ProxyPony ToolBar",
  "options_page": "ProxyPony/Toolbar/Pages/Options.html",
  "permissions": [
    "tabs",
    "notifications",
    "cookies",
    "idle",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "browsingData",
    "proxy"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.21"
}