software/hoardy-web/./extension/manifest-chromium-mv2.json

Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, mirroring, and/or indexing. Your own personal private Wayback Machine that can also archive HTTP POST requests and responses, as well as most other HTTP-level data.

Files

Raw Source

Contents

{
    "icons": {
        "128": "icon/128/main.png"
    },

    "browser_action": {
        "default_icon": {
            "128": "icon/128/main.png"
        }
    },

    "permissions": [
        "<all_urls>",
        "contextMenus",
        "debugger",
        "notifications",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],

    "update_url": "https://raw.githubusercontent.com/Own-Data-Privateer/hoardy-web/metadata/update-chromium-mv2.xml"
}