{
  "id": "/",
  "name": "FoodSilo",
  "short_name": "FoodSilo",
  "description": "Track your daily nutrition, pantry inventory, and weight goals \u2014 all synced to the cloud.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2980b9",
  "theme_color": "#2980b9",
  "lang": "en",
  "categories": [
    "health",
    "fitness",
    "food"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/store-screenshot-1.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantry \u2014 manage your food inventory",
      "sizes": "1080x2284"
    },
    {
      "src": "/screenshots/store-screenshot-2.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today \u2014 track your daily nutrition",
      "sizes": "1080x2284"
    },
    {
      "src": "/screenshots/store-screenshot-3.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Meal Prep \u2014 plan and pack your meals",
      "sizes": "1080x2284"
    },
    {
      "src": "/screenshots/store-screenshot-4.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Weight Journey \u2014 track your progress",
      "sizes": "1080x2284"
    },
    {
      "src": "/screenshots/store-screenshot-5.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "History \u2014 review your logging history",
      "sizes": "1080x2284"
    },
    {
      "src": "/screenshots/store-screenshot-6.png",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Streak Badges \u2014 stay motivated",
      "sizes": "1080x2284"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Food",
      "short_name": "Log Food",
      "description": "Quickly log food to today's tracker",
      "url": "/?tab=today",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Pantry",
      "short_name": "Pantry",
      "description": "Check your pantry inventory",
      "url": "/?tab=pantry",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "dir": "ltr"
}