Examine source code of Teleport to Wayback Machine

Inspect and view changes in Teleport to Wayback Machine source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Teleport to Wayback Machine",
  "author": "Jasmine",
  "version": "0.1.0",
  "description": "Opens a new tab to the Wayback Machine for the site you're on — useful for broken links!",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "teleport.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Teleport to Wayback Machine"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{62d79c08-c2f2-4caf-a2c4-1f95bbc4c1da}"
    }
  }
}