{
  "name": "Worth the Drive \u2014 Austin food finder",
  "short_name": "Worth the Drive",
  "description": "Find the best independent food trucks & restaurants across the Austin metro \u2014 filter by cuisine, area, rating, price, diet, open-now and distance.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF4E2",
  "theme_color": "#F53D2D",
  "categories": [
    "food",
    "lifestyle",
    "travel"
  ],
  "icons": [
    {
      "src": "/assets/icons/v2-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/v2-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/v2-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/v2-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}