Cached link

Cached link

Cached links show you what a webpage looked like the last time Google visited it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_manifest__",
  "version": "0.9",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ]
}