{
  "name": "Solvox — AI Math Solver",
  "short_name": "Solvox",
  "description": "Free AI math solver with step-by-step solutions in 13 languages. No signup, no ads.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1c1814",
  "theme_color": "#1c1814",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Solve a Problem",
      "short_name": "Solve",
      "description": "Open the AI math solver",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scientific Calculator",
      "short_name": "Calculator",
      "description": "Open the scientific calculator",
      "url": "/calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Solution History",
      "short_name": "History",
      "description": "View your past solutions",
      "url": "/history",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["education", "utilities"],
  "lang": "en",
  "scope": "/"
}
