Mr.Sagasu

Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mr.Sagasu",
  "description": "Bookmark Nickname & Search bookmark in the address bar",
  "version": "22.10.30",
  "omnibox": {
    "keyword": "b"
  },
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon-16x16.png",
    "32": "icons/icon-32x32.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  }
}