Powerful note

Powerful note

A powerful note.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Powerful note",
  "version": "1.0.0",
  "description": "A powerful note.",
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "resources/images/note_16.png",
      "24": "resources/images/note_24.png",
      "32": "resources/images/note_32.png"
    },
    "default_title": "Powerful note",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "resources/images/note_16.png",
    "32": "resources/images/note_32.png",
    "48": "resources/images/note_48.png",
    "128": "resources/images/note_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}