The Internet Archivist's Intrepid Extension

The Internet Archivist's Intrepid Extension

Save the pages you visit on the Wayback Machine while browsing the World Wide Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Internet Archivist's Intrepid Extension",
  "description": "Save the pages you visit on the Wayback Machine while browsing the World Wide Web.",
  "version": "2.0.0",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "ui.html",
    "default_icon": "OriginalFluxCapacitorLogo4.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}