{
  "_comment": "FORK-REQUIRED / BUILD-TIME (audit F030-04): this manifest is served as a static file and has NO runtime hook. A fork MUST replace the generic 'Product' name/short_name/description and the 'lang' below with its own brand values at build time. (The document <title> and <meta description> ARE wired at runtime from BRAND_CONFIG via product-config/product-identity.initializer.ts; the manifest is not.) Unknown members like this one are ignored per the Web App Manifest spec.",
  "name": "Product",
  "short_name": "Product",
  "description": "Product",
  "lang": "de",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
