{
  "name": "Seedha Raasta | Decision & Action Engine",
  "short_name": "Seedha Raasta",
  "description": "Smart AI decision engine with reality check and 7-day action planner for Android and Web.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8F9FD",
  "theme_color": "#7C3AED",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "finance", "education", "lifestyle"],
  "shortcuts": [
    {
      "name": "New Decision",
      "short_name": "Analyze",
      "description": "Start a new decision analysis",
      "url": "/?action=new_decision",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Action Tasks",
      "short_name": "Tasks",
      "description": "View today's 7-day action plan tasks",
      "url": "/?action=tasks",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
