{
  "name": "DashNotes – AI Learning Notebook",
  "short_name": "DashNotes",
  "description": "Write notes, chat with Aria AI tutor, generate flashcards and quizzes.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#1E0048",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "description": "Create a new note",
      "url": "/app?action=new"
    }
  ]
}
