{
  "name": "Build Me Different",
  "short_name": "Build Different",
  "id": "/",
  "prefer_related_applications": false,
  "description": "Your fully AI-powered fitness coach — nutrition, training, cardio and recovery that adapts to you every day.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0F",
  "theme_color": "#0A0A0F",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today", "short_name": "Today", "url": "/app?view=today" },
    { "name": "Log food", "short_name": "Food", "url": "/app?view=foodlog" },
    { "name": "Ask Coach", "short_name": "Coach", "url": "/app?view=coach" }
  ]
}
