{
  "name": "NoteCloud AI",
  "short_name": "NoteCloud AI",
  "description": "AI-powered notes and productivity workspace.",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.jpeg",
      "sizes": "886x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "NoteCloud Dashboard on Mobile"
    },
    {
      "src": "/screenshots/screenshot-wide.jpeg",
      "sizes": "1600x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "NoteCloud Dashboard on Desktop"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes/new"
  }
}
