{
  "name": "Nour - AI-Powered Health Intelligence",
  "short_name": "Nour",
  "description": "AI-powered personal coaching meets comprehensive tracking. Log your workouts, scan your meals, and share your progress with personalized insights.",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#0EA9A2",
  "background_color": "#0A0A0A",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "categories": ["health", "fitness", "lifestyle"],
  "screenshots": [
    {
      "src": "/graphics/Dark_Workout_Builder.PNG",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/graphics/Dark_Nutrition_View.PNG",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "description": "Log a new workout",
      "url": "/#workout",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan Meal",
      "short_name": "Meal",
      "description": "Scan a meal by photo",
      "url": "/#meal",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/nour/id123456789"
    }
  ]
}



