Windmill - Overseas website accelerating tool

Windmill - Overseas website accelerating tool

Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "windmill",
  "version": "3.88",
  "short_name": "Windmill",
  "name": "__MSG_manifest_appName__",
  "description": "__MSG_manifest_appDescription__",
  "default_locale": "en",
  "icons": {
    "16": "assets/images/windmill-normal-16.png",
    "24": "assets/images/windmill-normal-24.png",
    "128": "assets/images/windmill-normal-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "assets/images/windmill-normal-24.png",
    "default_title": "Windmill",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'  ; object-src 'self';",
  "permissions": [
    "privacy",
    "proxy",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "management",
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}