Private Notes

Private Notes

$app_name$ gives you safe and fully encrypted place for your Top Secret notes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "4.3",
  "author": "Juraj Mäsiar",
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "background.loader.js"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "open_editor": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Open Private Notes in popup window."
    },
    "open_new_tab": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Open Private Notes in new tab."
    }
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "incognito": "split",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}