{
  "name": "Mom's Fruit & Veggie Juice",
  "short_name": "Mom's Juice",
  "description": "Order fresh 2 oz shots and 8 oz drinks in packs of 3, 6, or 12.",
  "id": "https://momsfruit.com/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f7f3eb",
  "theme_color": "#11884c",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/app-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop packs",
      "short_name": "Shop",
      "url": "/#products",
      "description": "Choose juice shots and drink packs."
    },
    {
      "name": "Checkout",
      "short_name": "Cart",
      "url": "/#checkout",
      "description": "Review your cart and pay with Square."
    }
  ]
}
