{
  "name": "La Carnita Orders",
  "short_name": "Carnita Orders",
  "description": "Live food order tickets for La Carnita Asada.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f1e8",
  "theme_color": "#0b0b0c",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}