Tabproxy-Extension

Tabproxy-Extension

Install the Tabproxy Extension today to manage your proxies and access preferred websites with a simple one-click connection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tabproxy-Extension",
  "version": "1.0.0",
  "description": "Install the Tabproxy Extension today to manage your proxies and access preferred websites with a simple one-click connection.",
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "./img/16.png",
      "48": "./img/48.png",
      "128": "./img/128.png"
    },
    "default_title": "__MSG_manifest_icon_default_title__",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "proxy",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{d47dc747-b753-4b39-b207-3e503f89245b}"
    }
  }
}