{
  "name": "Natalie's Creative Designs Store",
  "short_name": "Natalie's Store",
  "description": "Shop boutique gifts, custom sparkle, track orders, make payments, view the customer portal, and request custom designs.",
  "start_url": "/store-app.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e94986",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/logo-full.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/logo-full.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Collections",
      "short_name": "Shop",
      "url": "/#collections"
    },
    {
      "name": "Customer Portal",
      "short_name": "Portal",
      "url": "/customer-login.php?redirect=%2Fcustomer-center.php%3Fview%3Ddashboard"
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "url": "/customer-center.php?view=track"
    },
    {
      "name": "Custom Request",
      "short_name": "Custom",
      "url": "/#custom"
    }
  ]
}