Examine source code of 清除快取緩存_輕量版

Inspect and view changes in 清除快取緩存_輕量版 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
{
  "name": "清除快取緩存_輕量版",
  "version": "1.1.2",
  "description": "右鍵快速清除緩存",
  "permissions": [
    "browsingData",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "120": "icon.png"
    }
  },
  "manifest_version": 2
}