Bookmark Style - Style your visual bookmark

Bookmark Style - Style your visual bookmark

One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web 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": "Bookmark Style - Style your visual bookmark",
  "version": "1.0.0",
  "description": "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.",
  "action": {
    "default_icon": "./assets/favicon.png",
    "default_popup": "./popup/index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "./assets/favicon.png",
    "48": "./assets/favicon.png",
    "128": "./assets/favicon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": {}
}