{
  "name": "Nears.me Restaurant Directory",
  "short_name": "Nears.me",
  "description": "Find the best restaurants near you across the United States",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["food", "lifestyle", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Restaurants",
      "short_name": "Search",
      "description": "Search for restaurants by name, cuisine, or location",
      "url": "/?search=true",
      "icons": [
        {
          "src": "/images/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
