AutoSave to Wayback Machine

AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AutoSave to Wayback Machine",
  "version": "2.1.0",
  "description": "Automatically saves the pages you visit to the Wayback Machine.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "AS2WB.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3e66017-36e4-4e75-bd09-7dc86327cae3}"
    }
  }
}