Examine source code of Falcon Proxy

Inspect and view changes in Falcon Proxy 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Falcon Proxy",
  "description": "Falcon Proxy. Simple, clear and easy to use.",
  "version": "0.8.5",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "19": "assets/images/icon_mono_off.png",
      "38": "assets/images/icon_mono_off.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "24": "assets/images/icon_mono_on.png",
    "128": "assets/images/icon_128.png",
    "512": "assets/images/icon_512.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "notifications",
    "proxy"
  ]
}