{
  "name": "Ice Cream Truck Near Me",
  "short_name": "IceCreamNearMe",
  "description": "Find ice cream trucks near you and request a visit to your neighborhood.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FEF9C3",
  "theme_color": "#EC4899",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
