{
  "name": "Bela's Desserts",
  "short_name": "Bela's",
  "description": "Order frozen desserts, ice cream bars & more. Happiness You Can Buy!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF5F5",
  "theme_color": "#E8647C",
  "orientation": "any",
  "categories": ["food", "shopping"],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
