Peer2Peer Bookmark Sync and Share for Teams

Peer2Peer Bookmark Sync and Share for Teams

Share, manage & organize bookmarks on your chrome browser across your organization, departments, and employees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Peer2Peer Bookmark Sync and Share for Teams",
  "version": "2.6",
  "manifest_version": 3,
  "description": "Share, manage & organize bookmarks on your chrome browser across your organization, departments, and employees.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "icon48-dark.png",
    "128": "icon128-dark.png"
  },
  "action": {
    "default_icon": "icon48-dark.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "notifications",
    "background"
  ],
  "host_permissions": [
    "https://*/",
    "*://www.googleapis.com/*"
  ]
}