{
  "name": "SS Tutorials — Shaping Minds, Building Futures",
  "short_name": "SS Tutorials",
  "description": "SS Tutorials — installable question paper app for teachers with online AI generation and offline drafts.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "orientation": "portrait",
  "background_color": "#faf7f0",
  "theme_color": "#20868a",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "lang": "en-IN",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "AI Paper",
      "short_name": "AI Paper",
      "description": "Generate a question paper",
      "url": "/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Manual Paper",
      "short_name": "Manual",
      "description": "Create a manual question paper",
      "url": "/manual",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ]
}