{
  "_comment_brand": "name + short_name mirror BRAND.name; description mirrors BRAND.appStoreSubtitle. Source: lib/brand.ts. Keep this file in sync when BRAND constants change — JSON cannot import them.",
  "_comment_colors": "theme_color = var(--ink), background_color = var(--bg). Source: app/globals.css.",
  "_comment_icons": "PWA icon PNGs in public/icons/ are still the legacy ring-and-dot design — regeneration into the new concentric-rings mark is tracked as BRAND-08-pwa in the backlog.",
  "name": "Zonna",
  "short_name": "Zonna",
  "description": "Plans that stop overtraining.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F3F0EB",
  "theme_color": "#1A1A1A",
  "categories": ["health", "fitness", "sports"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
