Super-Cache

Super-Cache

Helps in overriding cache policy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Super-Cache",
  "manifest_version": 2,
  "version": "1.1.18",
  "description": "Helps in overriding cache policy",
  "permissions": [
    "*://*/*",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs"
  ],
  "page_action": {
    "default_title": "Super Cache",
    "default_icon": "snapshots/cache_black.png",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background/bg.min.js"
    ]
  }
}