Bookmark Llama - Shared Bookmarks

Bookmark Llama - Shared Bookmarks

The best way to share your native bookmarks with anyone on any device. (Chrome, Edge and Firefox supported)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "background": {
    "service_worker": "serviceworker.js"
  },
  "permissions": [
    "storage",
    "bookmarks",
    "alarms",
    "notifications"
  ],
  "action": {
    "default_icon": {
      "16": "/icons/16x16.png",
      "32": "/icons/32x32.png",
      "48": "/icons/48x48.png",
      "128": "/icons/128x128.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://app.bookmarkllama.com/*"
    ]
  },
  "icons": {
    "16": "/icons/16x16.png",
    "32": "/icons/32x32.png",
    "48": "/icons/48x48.png",
    "128": "/icons/128x128.png"
  },
  "name": "Bookmark Llama - Shared Bookmarks",
  "version": "2.0.14",
  "description": "The best way to share your native bookmarks with anyone on any device. (Chrome, Edge and Firefox supported)",
  "author": "BookmarkLlama Team",
  "host_permissions": [
    "https://app.bookmarkllama.com/*"
  ]
}