Cyclone — Offline-first link saver Firefox

Examine source code of Cyclone — Offline-first link saver

Inspect and view changes in Cyclone — Offline-first link saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cyclone",
  "description": "Save links with offline-first sync",
  "version": "1.6.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cyclone@links.local",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent",
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "tabs",
    "identity"
  ],
  "action": {
    "default_title": "Cyclone",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Cyclone — Offline-first link saver Alternatives

Here are some Firefox add-ons that are similar to Cyclone — Offline-first link saver: