{
  "_comment": "FORK-REQUIRED / BUILD-TIME (audit F030-04 / UR-149): this manifest is served as a static file and has NO runtime hook. It carries the 'PROTEUS' brand + neutral first-paint surface colours (matching index.html and PRODUCT_BRAND_CONFIG). name/short_name/description and 'lang' are this product's OWN brand values — an upstream merge must NOT revert them to the ikaros shell brand. (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": "PROTEUS",
  "short_name": "PROTEUS",
  "description": "PROTEUS",
  "lang": "de",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FDFAF3",
  "theme_color": "#FDFAF3",
  "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" }
  ]
}
