{
  "name": "Farmed Organic",
  "short_name": "Farmed",
  "description": "Fresh organic produce for your business — delivered.",
  "start_url": "./index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf8f2",
  "theme_color": "#1a3c2a",
  "lang": "en",
  "categories": ["business", "food", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Shop",
      "url": "./shop.php?source=shortcut",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Order",
      "short_name": "Order",
      "url": "./order.php?source=shortcut",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reorder",
      "short_name": "Reorder",
      "url": "./reorder.php?source=shortcut",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
