Wayback Machine Lookup

Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "Reopen the current tab in the Wayback Machine"
  },
  "author": "Benjamin Barenblat <[email protected]>",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Reopen the current tab in the Wayback Machine",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Wayback Machine Lookup",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeContent",
    "storage"
  ],
  "version": "2.0.0"
}