{
  "name": "Curious Maths",
  "short_name": "CuriousMaths",
  "description": "A guided thinking environment that removes math anxiety and builds logical confidence.",
  "id": "/?source=pwa",
  "start_url": "/workspace",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education"],
  "lang": "en",
  "shortcuts": [
    {
      "name": "Practice",
      "url": "/workspace",
      "description": "Start your adaptive learning session"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your progress"
    }
  ]
}
