Bookmark Llama - Shared Bookmarks

Bookmark Llama - Shared Bookmarks

Shared Bookmarks for your team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "permissions": [
    "storage",
    "bookmarks",
    "alarms",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "16": "/icons/16x16.png",
      "32": "/icons/32x32.png",
      "48": "/icons/48x48.png",
      "128": "/icons/128x128.png"
    }
  },
  "background": {
    "scripts": [
      "serviceworker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.bookmarkllama.com/*"
      ],
      "js": [
        "js/contentscript.js"
      ]
    }
  ],
  "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.13",
  "description": "The best way to share your native bookmarks with anyone on any device. (Chrome, Edge and Firefox supported)",
  "author": "BookmarkLlama Team",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2aa41bf-820f-4033-964e-716702a536e7}"
    }
  }
}