{
  "//": "W-801b. JSON takes no comments, so provenance lives here: background_color and theme_color are --color-surface (#141414) and the icon's orange field is --color-accent (#e64600), both copied by hand from packages/tokens/tokens.css because a static manifest cannot read a stylesheet. If a token moves, this file moves with it.",
  "id": "/",
  "name": "yayay",
  "short_name": "yayay",
  "description": "Backgammon is back. Play in the browser — no signup, no download.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#141414",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
