AvanLink - AI Bookmarks & Memory Firefox

Examine source code of AvanLink - AI Bookmarks & Memory

Inspect and view changes in AvanLink - AI Bookmarks & Memory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AvanLink - AI Notes & Bookmark Manager",
  "version": "2.0.0",
  "description": "Save, organize, and recall anything from the web — AI-tagged bookmarks, notes, and reminders, synced across devices.",
  "permissions": [
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "contextMenus",
    "history",
    "tabs",
    "alarms",
    "https://*.avanlabs.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icon-16.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png"
    },
    "default_popup": "popup/popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel/sidepanel.html",
    "default_title": "AvanLink",
    "default_icon": {
      "16": "assets/icon-16.png",
      "48": "assets/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/browser-compat.js",
      "lib/categorize.js",
      "lib/storage.js",
      "lib/bookmarks.js",
      "lib/api.js",
      "background/service-worker.js"
    ]
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://link.avanlabs.com/*",
        "https://www.link.avanlabs.com/*"
      ],
      "js": [
        "content/auth-listener.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Ctrl+Shift+Y"
      },
      "description": "Toggle AvanLink sidebar"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "avanlink@avanlabs.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent",
          "personallyIdentifyingInfo"
        ]
      }
    }
  }
}

Best AvanLink - AI Bookmarks & Memory Alternatives

Here are some Firefox add-ons that are similar to AvanLink - AI Bookmarks & Memory: