{
  "id": "/",
  "name": "Critiqo by Student Systems",
  "short_name": "Critiqo",
  "description": "The AI Assessment Coach",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["education", "productivity"],
  "launch_handler": { "client_mode": "focus-existing" },
  "shortcuts": [
    { "name": "Assistant", "short_name": "Assistant", "url": "/assistant" },
    { "name": "Projects", "short_name": "Projects", "url": "/projects" },
    { "name": "Tasks", "short_name": "Tasks", "url": "/tasks" }
  ],
  "icons": [
    { "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
