{
  "name": "HiFi Restaurant",
  "short_name": "HiFi",
  "description": "Online ordering app for HiFi Restaurant",
  "id": "/",
  "start_url": "./",
  "display": "fullscreen",
  "orientation": "portrait",
  "categories": ["food", "shopping", "lifestyle"],
  "background_color": "#F8FAFC",
  "theme_color": "#F8FAFC",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HiFi Restaurant Mobile View"
    },
    {
      "src": "./screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HiFi Restaurant Desktop View"
    }
  ]
}
