Bookmark Manager

Bookmark Manager

Chrome extension for more accessable bookmarks, it will help you to bookmark new tab and categorized them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Bookmark Manager",
  "version": "2.0",
  "description": "Chrome extension for more accessable bookmarks, it will help you to bookmark new tab and categorized them.",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "action": {
    "default_title": "Google Mail",
    "default_popup": "pop.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}