CarryLinks

CarryLinks

More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "0.17.0",
  "description": "__MSG_extDescription__",
  "author": "__MSG_extAuthor__",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "96": "images/logo96.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_title": "CarryLinks",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32guest.png",
      "48": "images/logo48.png",
      "96": "images/logo96.png",
      "128": "images/logo128.png"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "settings.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://carrylinks.com",
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "identity",
    "cookies",
    "tabs",
    "contextMenus",
    "notifications",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://*.carrylinks.com/*",
      "https://*.carrylinks.test/*"
    ]
  }
}