{
  "id": "/?source=pwa",
  "name": "Pocket Nutritionist 24/7 \u2014 Clinical AI Diet & Meal Planner",
  "short_name": "PocketNutritionist",
  "description": "Personalized clinical nutrition, diet plans, and daily habit tracking tailored to 23 Indian regional kitchens and lifestyles.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#0B101B",
  "theme_color": "#0B101B",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": [
    "health",
    "lifestyle",
    "medical",
    "food",
    "fitness"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/pwa-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pocket Nutritionist Clinical Intake & Daily Diet Plan"
    },
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pocket Nutritionist Dashboard Overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Clinical Intake",
      "short_name": "Intake",
      "description": "Create a new personalized diet plan",
      "url": "/?action=intake",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Water Tracker",
      "short_name": "Water",
      "description": "Log daily water intake",
      "url": "/?tab=water",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Progress Tracker",
      "short_name": "Progress",
      "description": "Track weight and body measurements",
      "url": "/?tab=tracker",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}