Popup bookmark add only preview 2022

Popup bookmark add only preview 2022

Think of bookmarks as notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Popup bookmark add only preview 2022",
  "version": "0.0.1",
  "description": "Think of bookmarks as notes.",
  "manifest_version": 2,
  "homepage_url": "https://github.com/pfcao/asnote",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "index.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data: https://s2.googleusercontent.com chrome://favicon;"
}