{
  "name": "FIT by Terapiku",
  "short_name": "FIT",
  "description": "Track Calories. Eat Smart. Stay Healthy. AI-powered calorie tracker for Malaysian food.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#00754A",
  "background_color": "#f2f0eb",
  "categories": ["health", "lifestyle", "fitness"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/logo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/logo-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/logo-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log Food",
      "short_name": "Food",
      "description": "Log a meal quickly",
      "url": "/log?source=pwa-shortcut",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calorie Calculator",
      "short_name": "Calculator",
      "description": "Check kcal before eating",
      "url": "/dashboard?calc=open&source=pwa-shortcut",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Log Activity",
      "short_name": "Activity",
      "description": "Log an exercise",
      "url": "/activity?source=pwa-shortcut",
      "icons": [{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
