{
  "name": "Chef Amazing",
  "short_name": "Chef Amazing",
  "description": "The most fun you can have in the kitchen. He looks at what is actually in your fridge and tells you what to make tonight.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5EBD3",
  "theme_color": "#F5EBD3",
  "categories": [
    "food",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}