Team Bookmarks

Team Bookmarks

Conquer Bookmark Chaos: Boost Team Efficiency. Spend less time searching for information and more time getting things done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Team Bookmarks",
  "version": "1.3.3",
  "description": "Conquer Bookmark Chaos: Boost Team Efficiency. Spend less time searching for information and more time getting things done.",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "128": "icon-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+I",
        "mac": "Command+I",
        "chromeos": "Ctrl+I",
        "linux": "Ctrl+I"
      },
      "description": "Keyboard shortcut to quickly access the Team Bookmark extension: Command+I (Mac), Ctrl+I (Win, Linux)."
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.googleapis.com/*",
        "https://*.cloudfunctions.net/*",
        "https://icon.horse/*",
        "https://iteratingly.com/*",
        "https://*.firebase.google.com/*"
      ],
      "css": [
        "assets/css/contentStyle17145141639.chunk.css"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}