Smart Bookmarks Firefox

Examine source code of Smart Bookmarks

Inspect and view changes in Smart Bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Bookmarks",
  "version": "1.2",
  "description": "Automatically organizes bookmarks using AI.",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "host_permissions": [
    "https://api.openai.com/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.deepseek.com/*",
    "https://api.anthropic.com/*"
  ],
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-bookmarks@savitar608.git",
      "strict_min_version": "120.0",
      "data_collection_permissions": {
        "required": [
          "bookmarksInfo"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icons/logo16.png",
    "32": "assets/icons/logo32.png",
    "48": "assets/icons/logo48.png",
    "128": "assets/icons/logo128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/logo16.png",
      "32": "assets/icons/logo32.png",
      "48": "assets/icons/logo48.png",
      "128": "assets/icons/logo128.png"
    }
  }
}

Best Smart Bookmarks Alternatives

Here are some Firefox add-ons that are similar to Smart Bookmarks: