FanYue

FanYue

The dead simple and smart network accelerator, bypass blocked websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon-auto.png",
    "default_popup": "popup.html",
    "default_title": "翻越"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://127.0.0.1 https://ssl.google-analytics.com; object-src 'self';",
  "default_locale": "zh_CN",
  "description": "__MSG_DESCRIPTION__",
  "icons": {
    "128": "img/logo.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "22.0.0",
  "name": "__MSG_EXT_NAME__",
  "options_page": "options.html",
  "permissions": [
    "management",
    "proxy",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.5.0"
}