iGuge

iGuge

Focus on Asia Pacific,We are focused on providing high-speed Internet acceleration services to the people of the asia-pacific region.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "web_accessible_resources": [
    "img/128ico.png"
  ],
  "minimum_chrome_version": "91.1.0",
  "author": "[email protected]",
  "name": "__MSG_name__",
  "short_name": "__MSG_shortname__",
  "default_locale": "zh_CN",
  "icons": {
    "16": "img/16ico.png",
    "48": "img/48ico.png",
    "128": "img/128ico.png"
  },
  "manifest_version": 2,
  "homepage_url": "https://igugehelper.com",
  "version": "2.1.7",
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "libs/crypto-js/crypto-js.js",
      "js/bg.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "management",
    "webRequest",
    "webRequestBlocking",
    "dns",
    "proxy",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "main.html",
    "default_title": "__MSG_name__",
    "default_icon": "img/16ico.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{63a30913-9caa-4d16-a934-308651d6704d}"
    }
  },
  "description": "__MSG_description__"
}