{
  "name": "There Will Be Dough",
  "short_name": "TWBD",
  "description": "Mobile pizza pop-up. Rotating menu. Find us, vote on the Poll Pizza, book us for your event.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0a09",
  "theme_color": "#ee1c23",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Us",
      "url": "/location",
      "description": "See current and upcoming locations"
    },
    {
      "name": "Vote",
      "url": "/poll",
      "description": "Vote on the Poll Pizza"
    },
    {
      "name": "Book Us",
      "url": "/booking",
      "description": "Book for your event"
    }
  ]
}
