{
  "name": "NutriPulse – Calorie Tracker",
  "short_name": "NutriPulse",
  "gcm_sender_id": "103953800507",
  "description": "Your intelligent daily calorie and wellness companion",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f1923",
  "theme_color": "#0f1923",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "lifestyle"],
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Breakfast",
      "short_name": "Breakfast",
      "description": "Quickly log breakfast calories",
      "url": "./index.html#breakfast",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check your daily progress",
      "url": "./index.html#progress",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
