{
  "name": "The Soho Grind",
  "short_name": "Soho Grind",
  "description": "Artisanal coffee and fresh pastries in the heart of Soho, New York.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FDFCF8",
  "theme_color": "#6B4423",
  "icons": [
    {
      "src": "/icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "View Menu",
      "short_name": "Menu",
      "description": "Check out our coffee and pastry menu",
      "url": "/menu",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with The Soho Grind",
      "url": "/contact",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    }
  ]
}
