Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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": []
}