h Bookmark

h Bookmark

Register the web page in hatena Bookmark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "h Bookmark",
  "version": "5.0.0.11",
  "version_name": "0.0.0.11",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "128": "/icon/icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "options_page": "/html/options.html",
  "action": {
    "default_icon": {
      "16": "/icon/icon.png"
    },
    "default_title": "h Bookmark"
  }
}