{
  "name": "Order",
  "short_name": "Order",
  "description": "A Progressive Web App built with Next.js",
  "icons": [
    {
      "src": "/icons/pizza.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "start_url": "/order",
  "display": "standalone",
  "orientation": "any"
}