{
  "name": "Coffee Club",
  "short_name": "Coffee Club",
  "description": "Order your favorite drinks and food from Coffee Club",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#FDF6F0",
  "theme_color": "#2C1810",
  "orientation": "portrait",
  "scope": "./",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["food", "shopping"],
  "prefer_related_applications": false
}
