Lunatask Web Clipper Firefox

Examine source code of Lunatask Web Clipper

Inspect and view changes in Lunatask Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lunatask Web Clipper",
  "version": "0.5.0",
  "description": "Unofficial Lunatask browser companion for saving pages and links as tasks or notes.",
  "homepage_url": "https://github.com/andresbott/lunatask-browser-extension",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    },
    "default_popup": "src/popup/index.html"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "https://api.lunatask.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80c56608-4763-4e54-aff7-02d95c06d0fb}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteActivity",
          "websiteContent"
        ],
        "optional": []
      }
    },
    "gecko_android": {}
  }
}

Best Lunatask Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Lunatask Web Clipper: