Save To The Wayback Machine

Save To The Wayback Machine

[Discontinued] Quickly save web pages to the Internet Archive's Wayback Machine and see the last time your current page was archived.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "strict_min_version": "56.0",
      "id": "{c5f00c00-e4bc-414d-9784-933857514bd0}"
    }
  },
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "VerifiedJoseph",
  "default_locale": "en",
  "version": "5.6.1",
  "version_name": "5.6.1",
  "manifest_version": 2,
  "icons": {
    "16": "images/icons/16.png",
    "19": "images/icons/19.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "64": "images/icons/64.png",
    "96": "images/icons/96.png",
    "128": "images/icons/128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "contextMenus",
    "activeTab",
    "https://archive.org/wayback/available?url=*",
    "https://web.archive.org/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icons/16.png",
      "19": "images/icons/19.png",
      "32": "images/icons/32.png",
      "64": "images/icons/64.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "background": {
    "persistent": true,
    "page": "html/background.html"
  },
  "options_page": "html/options.html",
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true,
    "chrome_style": false
  }
}