{
  "id": "/app",
  "name": "kitchen-planner",
  "short_name": "kitchen-planner",
  "description": "A 3D kitchen planner kitchen makers put on their own website under their own brand",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "_comment_colors": "White, deliberately, and NOT brand.themeColor. That answer is the icon background — the colour behind the icon on Android — and an icon background is not what the app paints. It was a near-black navy while the app opened white, so every cold start flashed dark then white. background_color is the PWA splash and has no per-scheme variant, so it matches the light surface; the per-scheme browser chrome lives in index.html.",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": [],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.kitchenplanner",
      "id": "com.example.kitchenplanner"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "lang": "en-AU"
}
