Save any website Firefox

Examine source code of Save any website

Inspect and view changes in Save any website source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "0.6.3",
  "author": "Nikita Semchenkov",
  "homepage_url": "https://github.com/smcnikita/simple-bookmarks-firefox",
  "browser_specific_settings": {
    "gecko": {
      "id": "simple.bookmarks.4321@smcnikita.ru"
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "assets/service_worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "browser-polyfill.min.js",
        "assets/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}

Best Save any website Alternatives

Here are some Firefox add-ons that are similar to Save any website: