{
  "name": "ShapShop",
  "short_name": "ShapShop",
  "description": "Lekker meals. Shap prices. Every week.",
  "start_url": "/plan",
  "display": "standalone",
  "background_color": "#FDF8F3",
  "theme_color": "#C0392B",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "shopping"],
  "lang": "en-ZA",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My meal plan",
      "short_name": "Plan",
      "description": "View this week's meal plan",
      "url": "/plan",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Compare",
      "short_name": "Compare",
      "description": "Compare grocery prices fast",
      "url": "/quick-compare",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
