{
  "name": "EchoGraph",
  "short_name": "EchoGraph",
  "description": "Privacy-first study intelligence for STEM students.",
  "start_url": "/vault",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape-primary",
  "background_color": "#0F1117",
  "theme_color": "#0F1117",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New session",
      "short_name": "New",
      "description": "Start a new study session",
      "url": "/session/new",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Your vault",
      "short_name": "Vault",
      "description": "Open your session vault",
      "url": "/vault",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
