Sidebar Note

Sidebar Note

This is a simple sidebar notepad.Contents are automatically saved.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "manifest_version": 3,
  "version": "0.12.1",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "/content/*",
        "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}