
{
  "name": "CalorieHub",
  "short_name": "CalorieHub",
  "description": "Track your daily calorie intake and monitor your nutrition.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "theme_color": "#16a34a",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "https://images.unsplash.com/photo-1666564383040-4aacdd1b7ce9?w=192&h=192&fit=crop",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "https://images.unsplash.com/photo-1532288744908-b37abee2ed71?w=512&h=512&fit=crop",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1490645935967-10de6ba17061?w=540&h=720&fit=crop",
      "sizes": "540x720",
      "type": "image/jpeg",
      "form_factor": "narrow"
    },
    {
      "src": "https://images.unsplash.com/photo-1490645935967-10de6ba17061?w=1280&h=720&fit=crop",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calc",
      "description": "Open Calorie Calculator",
      "url": "/calculator",
      "icons": [{ "src": "https://images.unsplash.com/photo-1666564383040-4aacdd1b7ce9?w=192&h=192&fit=crop", "sizes": "192x192" }]
    },
    {
      "name": "Articles",
      "short_name": "Read",
      "description": "Read Nutrition Articles",
      "url": "/articles",
      "icons": [{ "src": "https://images.unsplash.com/photo-1532288744908-b37abee2ed71?w=192&h=192&fit=crop", "sizes": "192x192" }]
    }
  ],
  "categories": ["health", "fitness", "productivity"],
  "prefer_related_applications": false
}
