Examine source code of Surflare

Inspect and view changes in Surflare source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Surflare",
  "description": "Surflare",
  "version": "2.1.1",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "proxy",
    "tabs",
    "alarms",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "16": "img/on.png",
    "48": "img/on.png",
    "128": "img/on.png"
  },
  "browser_action": {
    "default_icon": "img/off.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "utils.js",
      "extension-base.js",
      "proxy-chrome.js",
      "proxy-firefox.js",
      "proxy-factory.js",
      "background.js"
    ]
  },
  "options_page": "options.html"
}