{
  "name": "Park Group",
  "short_name": "Park Group",
  "start_url": "/?utm_source=PWA&utm_medium=PWA&v=1",
  "display": "standalone",
  "background_color": "#254261",
  "theme_color": "#254261",
  "media": [
    {
      "media": "(prefers-color-scheme: dark)",
      "theme_color": "#222222",
      "background_color": "#222222"
    },
    {
      "media": "(prefers-color-scheme: light)",
      "theme_color": "#254261",
      "background_color": "#254261"
    }
  ],
  "icons": [
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-72-72.png",
      "sizes": "72x72",
      "type": "image/jpg",
      "purpose": "any"
      // Legacy Android devices and low-res launchers
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-96-96.png",
      "sizes": "96x96",
      "type": "image/jpg",
      "purpose": "any"
      // Older Android launchers and Chrome OS
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-144-144.png",
      "sizes": "128x128",
      "type": "image/jpg",
      "purpose": "any"
      // Misc desktop or legacy uses
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-144-144.png",
      "sizes": "144x144",
      "type": "image/jpg",
      "purpose": "any"
      // Windows and mid-res Android tiles
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-192-192.png",
      "sizes": "152x152",
      "type": "image/jpg",
      "purpose": "any"
      // iPad home screen icon (via Apple tags)
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/jpg",
      "purpose": "any"
      // Standard Android PWA icon size
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-512-512.png",
      "sizes": "384x384",
      "type": "image/jpg",
      "purpose": "any"
      // High-res Android launcher icon
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "any"
      // Main PWA icon used in install prompts and launchers
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/0687/4952/5071/files/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "maskable"
      // Android 10+ adaptive icons that fill the shape (ensure correct design!)
    }
  ]
}
