Noted - Minimalist Notebook

Noted - Minimalist Notebook

Write notes in a minimalist, gorgeous and private notebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Noted - Minimalist Notebook",
  "version": "1.0.2",
  "description": "Write notes in a minimalist, gorgeous and private notebook.",
  "manifest_version": 3,
  "author": "Behrouz Sohrabi",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "offline_enabled": true,
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon.png",
      "24": "assets/icons/icon.png",
      "32": "assets/icons/icon.png"
    },
    "default_title": "Noted",
    "default_popup": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}