{
  "name": "Denny's Store Locator",
  "short_name": "Denny's Locator",
  "description": "Find Denny's restaurant locations near you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f4f4",
  "theme_color": "#d71d30",
  "icons": [
    {
      "src": "/content/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/content/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-US",
  "categories": [ "food", "restaurants", "location" ]
}