Archive Page

Archive Page

Archive webpage with archive.today

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Archive Page",
  "author": "John Navas",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "version": "0.6.0",
  "description": "Archive webpage with archive.today",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/Share2Archive-16.png",
      "24": "images/Share2Archive-24.png",
      "32": "images/Share2Archive-32.png"
    },
    "default_title": "Archive Page"
  },
  "icons": {
    "16": "images/Share2Archive-16.png",
    "24": "images/Share2Archive-24.png",
    "32": "images/Share2Archive-32.png",
    "48": "images/Share2Archive-48.png",
    "128": "images/Share2Archive-128.png"
  },
  "manifest_version": 2
}