{
  "_comment": "Colors are literal copies of design tokens in src/tokens.css (a static manifest cannot read CSS variables — documented exception, same class as the static <title> and index.html theme-color). background_color = --surface (light #fbfbfa, Ember graphite ground); theme_color = --accent (light #191a1a, Ember ink — the acting voice). Keep in sync with tokens.css and index.html <meta name=theme-color>. The name is a static platform artifact and cannot be a t() call (localized-manifest limitation, recorded in PROJECT-STATUS).",
  "name": "Drake Platform",
  "short_name": "Drake",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbfbfa",
  "theme_color": "#191a1a",
  "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }]
}
