ArchiveWarden Firefox

Examine source code of ArchiveWarden

By: emma Add-on
Inspect and view changes in ArchiveWarden source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ArchiveWarden",
  "version": "1.2.1",
  "description": "Automatically archives important pages.",
  "browser_specific_settings": {
    "gecko": {
      "id": "emmarim.gan45@outlook.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "shelf/curator.js",
      "crate/storer.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "stamp/grader.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "ArchiveWarden",
    "default_popup": "fold/vault.html"
  },
  "icons": {
    "48": "fold/chest.svg"
  }
}

Best ArchiveWarden Alternatives

Here are some Firefox add-ons that are similar to ArchiveWarden: