Examine source code of CloudHole

Inspect and view changes in CloudHole 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
{
  "version": "1.4.5resigned1",
  "name": "CloudHole",
  "description": "Cross-website CloudFlare cookies",
  "manifest_version": 2,
  "homepage_url": "https://github.com/scakemyer/cloudhole",
  "icons": {
    "48": "icons/cloudhole-48.png",
    "512": "icons/cloudhole.png"
  },
  "applications": {
    "gecko": {
      "id": "@cloudhole",
      "strict_min_version": "45.0"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/cloudhole-32.png",
    "default_title": "CloudHole settings",
    "default_popup": "popup/settings.html"
  }
}