{
  "_comment": "background_color and theme_color are #0a0b13 = color.ink900 (theme.dark.bg, the app's default canvas). A static manifest cannot import theme.ts; keep these in sync with that token by hand. Unknown members are ignored by the manifest spec, so this note is inert (JSON forbids // comments).",
  "name": "Ledro",
  "short_name": "Ledro",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0b13",
  "theme_color": "#0a0b13",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
