{
  "name": "Notiva — Your Second Brain",
  "short_name": "Notiva",
  "description": "Offline-first note-taking app with AI. Multi-vault, graph view, fully mobile.",
  "start_url": "/Notiva-Notes/",
  "scope": "/Notiva-Notes/",
  "display": "standalone",
  "background_color": "#0d0d12",
  "theme_color": "#0d0d12",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    { "name": "New Note", "short_name": "New", "url": "/Notiva-Notes/mobile.html", "icons": [{"src": "assets/icons/icon-192.png", "sizes": "192x192"}] }
  ],
  "prefer_related_applications": false
}