{
  "name": "Online Notepad — Private Rich Text Editor",
  "short_name": "Online Notepad",
  "description": "Free, secure, privacy-first online notepad with rich text editing, image pasting, offline support, and professional PDF/Markdown export. Your data never touches a server.",
  "start_url": "/online-notepad",
  "id": "/online-notepad",
  "display": "standalone",
  "background_color": "#0A0C10",
  "theme_color": "#0A0C10",
  "orientation": "any",
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"],
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New Note",
      "description": "Create a new blank note",
      "url": "/online-notepad",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AJ Notepad Editor Interface"
    }
  ]
}
