{
  "name": "NotesGPT",
  "short_name": "NotesGPT",
  "description": "Free AI CBSE study notes, flashcards, mock tests and audiobooks for Class 6–12.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NotesGPT — AI CBSE Study Platform"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Studying",
      "short_name": "Study",
      "description": "Generate CBSE study notes instantly",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
