Team Bookmark Folders by EliteWork

Team Bookmark Folders by EliteWork

Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Team Bookmark Folders by EliteWork",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!",
  "browser_action": {
    "default_title": "Sync Bookmarks Now",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "bookmarks",
    "https://script.google.com/*",
    "https://*.googleusercontent.com/"
  ]
}