Examine source code of Clear Cache for One Site

Inspect and view changes in Clear Cache for One Site 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",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png"
    },
    "default_title": "Clear Cache for One Site"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "22",
  "name": "Clear Cache for One Site",
  "options_page": "options/options.html",
  "permissions": [
    "browsingData",
    "cookies",
    "<all_urls>",
    "activeTab",
    "contextMenus"
  ],
  "short_name": "Clear Cache for One Site",
  "version": "0.0.1",
  "web_accessible_resources": [
    "dialog.html"
  ]
}