{
  "name": "MiVastu - Harmony In Home, Prosperity In Life",
  "short_name": "MiVastu",
  "description": "Expert Vastu consultancy services, courses, and spiritual guidance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9A6F28",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/hero.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/hero.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "education", "spirituality"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "Access your courses, events, and products",
      "url": "/dashboard",
      "icons": [{ "src": "/hero.png", "sizes": "96x96" }]
    },
    {
      "name": "Courses",
      "short_name": "Courses",
      "description": "Browse available courses",
      "url": "/courses",
      "icons": [{ "src": "/hero.png", "sizes": "96x96" }]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View our services",
      "url": "/services",
      "icons": [{ "src": "/hero.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

