YPP SwiftProxy Changer

YPP SwiftProxy Changer

YPP SwiftProxy Changer, the ultimate extension. You can seamlessly switch between multiple proxy servers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YPP SwiftProxy Changer",
  "version": "0.0.3",
  "description": "YPP SwiftProxy Changer, the ultimate extension. You can seamlessly switch between multiple proxy servers.",
  "icons": {
    "16": "/assets/icons/16x16-active-full.png",
    "24": "/assets/icons/24x24-active-full.png",
    "32": "/assets/icons/32x32-active-full.png",
    "48": "/assets/icons/48x48-active-full.png",
    "128": "/assets/icons/128x128-active-full.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/assets/icons/16x16-default.png",
      "24": "/assets/icons/24x24-default.png",
      "32": "/assets/icons/32x32-default.png",
      "48": "/assets/icons/48x48-default.png",
      "128": "/assets/icons/128x128-default.png"
    },
    "active-low": {
      "16": "/assets/icons/16x16-active-low.png",
      "24": "/assets/icons/24x24-active-low.png",
      "32": "/assets/icons/32x32-active-low.png",
      "48": "/assets/icons/48x48-active-low.png",
      "128": "/assets/icons/128x128-active-low.png"
    },
    "active-medium": {
      "16": "/assets/icons/16x16-active-medium.png",
      "24": "/assets/icons/24x24-active-medium.png",
      "32": "/assets/icons/32x32-active-medium.png",
      "48": "/assets/icons/48x48-active-medium.png",
      "128": "/assets/icons/128x128-active-medium.png"
    },
    "active-full": {
      "16": "/assets/icons/16x16-active-full.png",
      "24": "/assets/icons/24x24-active-full.png",
      "32": "/assets/icons/32x32-active-full.png",
      "48": "/assets/icons/48x48-active-full.png",
      "128": "/assets/icons/128x128-active-full.png"
    }
  },
  "permissions": [
    "background",
    "activeTab",
    "privacy",
    "scripting",
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  }
}