{
  "id": "/?source=pwa",
  "name": "This Ice Kreme",
  "short_name": "This Ice Kreme",
  "description": "Order ice cream for local pickup, build shipping boxes, review your cart, complete checkout, and book parties with This Ice Kreme.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff9ed",
  "theme_color": "#e76f8d",
  "icons": [
    {
      "src": "/wp-content/plugins/tik-conditional-ordering/assets/icons/tik-app-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/plugins/tik-conditional-ordering/assets/icons/tik-app-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Ice Cream",
      "short_name": "Order",
      "url": "/order-ice-cream/?source=pwa-shortcut",
      "icons": [{ "src": "/wp-content/plugins/tik-conditional-ordering/assets/icons/tik-app-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Review Cart",
      "short_name": "Cart",
      "url": "/cart/?source=pwa-shortcut",
      "icons": [{ "src": "/wp-content/plugins/tik-conditional-ordering/assets/icons/tik-app-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book a Party",
      "short_name": "Book Party",
      "url": "/book-an-event/?source=pwa-shortcut",
      "icons": [{ "src": "/wp-content/plugins/tik-conditional-ordering/assets/icons/tik-app-192.png", "sizes": "192x192" }]
    }
  ]
}
