ExLibris — Bookmark Manager with Tab Sync Firefox

Examine source code of ExLibris — Bookmark Manager with Tab Sync

Inspect and view changes in ExLibris — Bookmark Manager with Tab Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Exlibris Bookmarks",
  "version": "2.0.1289",
  "description": "Save bookmarks to your Exlibris account",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "history",
    "alarms",
    "<all_urls>",
    "https://api.xlibris.app/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Save to Exlibris",
    "default_icon": {
      "16": "icons/icon_16x16.png",
      "32": "icons/icon_32x32.png",
      "48": "icons/icon_48x48.png",
      "64": "icons/icon_64x64.png",
      "128": "icons/icon_128x128.png",
      "256": "icons/icon_256x256.png",
      "512": "icons/icon_512x512.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "chrome_settings_overrides": {
    "homepage": "newtab.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "bookmark-content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "48": "icons/icon_48x48.png",
    "64": "icons/icon_64x64.png",
    "128": "icons/icon_128x128.png",
    "256": "icons/icon_256x256.png",
    "512": "icons/icon_512x512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "exlibris@xlibris.app",
      "strict_min_version": "91.0"
    }
  }
}

Best ExLibris — Bookmark Manager with Tab Sync Alternatives

Here are some Firefox add-ons that are similar to ExLibris — Bookmark Manager with Tab Sync: