{
  "name": "Taco Chaser",
  "short_name": "Taco Chaser",
  "description": "Find the best tacos wherever you go.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fdfbf7",
  "theme_color": "#eb202a",
  "icons": [
    {
      "src": "./icons/taco-chaser-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/taco-chaser-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}