{
  "name": "EduSolver - AI Math & Science Solver",
  "short_name": "EduSolver",
  "description": "Solve mathematical equations and science problems instantly with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.jpg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.jpg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Text Solver",
      "short_name": "Text",
      "description": "Solve problems by typing them",
      "url": "/text-solver",
      "icons": [{ "src": "/icon-192.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Image Solver",
      "short_name": "Image",
      "description": "Solve problems from images",
      "url": "/image-solver",
      "icons": [{ "src": "/icon-192.jpg", "sizes": "192x192" }]
    }
  ]
}
