ArchiveBox Exporter

ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ArchiveBox Exporter",
  "description": "Automatically or manually send pages to your ArchiveBox for archival.",
  "version": "1.3.0",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "128": "static/128.png"
  },
  "permissions": [
    "history",
    "contextMenus",
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "ArchiveBox",
    "default_popup": "static/action.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}