WebCache

WebCache

Want to view a cached website? With WebCache it takes 1 click to view the Google Cache, Wayback Machine, Archive.is, or Coral CDN!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebCache",
  "short_name": "WebCache",
  "version": "4.1.1",
  "description": "Want to view a cached website? With WebCache it takes 1 click to view the Google Cache, Wayback Machine, Archive.is, or Coral CDN!",
  "browser_action": {
    "default_title": "WebCache"
  },
  "icons": {
    "16": "/images/icon-16.png",
    "19": "/images/icon-19.png",
    "48": "/images/icon-48.png"
  },
  "background": {
    "scripts": [
      "context-menu.js",
      "redirect.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "contextMenus"
  ]
}