{
  "name": "CodeCraftCo - Smart Shop",
  "short_name": "CodeCraftCo",
  "description": "Your neighbourhood smart shop. Browse, order and track in real time.",
  "start_url": "/minimarket/stores",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/static/images/splashes/splash-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/splashes/splash-1080x1440.png",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Shop",
      "short_name": "Shop",
      "description": "Browse products",
      "url": "/minimarket/customer/shop",
      "icons": [
        {
          "src": "/static/images/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your orders",
      "url": "/minimarket/customer/orders",
      "icons": [
        {
          "src": "/static/images/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
