{
  "name": "PlateHawk",
  "short_name": "PlateHawk",
  "description": "Meal plans built around this week's grocery deals. Save money, cut waste, feed your family.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#143d24",
  "theme_color": "#96C41B",
  "lang": "en-US",
  "categories": ["food", "lifestyle", "finance"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/social-preview.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PlateHawk — Meal Plans Around Your Grocery Deals"
    }
  ],
  "shortcuts": [
    {
      "name": "My Meal Plan",
      "short_name": "Meals",
      "description": "View this week's deal-based meal plan",
      "url": "/meals",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View your optimized shopping list",
      "url": "/shopping",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
