{
  "name": "OnlineNotepad.live - Free Online Notepad",
  "short_name": "OnlineNotepad",
  "description": "Free online notepad with auto-save, AI tools, dark mode, voice typing, and 50+ productivity features.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "education"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "url": "/",
      "description": "Open a blank notepad"
    },
    {
      "name": "Markdown Editor",
      "url": "/tools/markdown.html"
    },
    {
      "name": "JSON Formatter",
      "url": "/tools/json-formatter.html"
    },
    {
      "name": "Pomodoro Timer",
      "url": "/tools/pomodoro.html"
    }
  ]
}