{
  "//": "manifest.json | v1.0 | 2026-04-11 | Claude Sonnet 4.6",
  "name": "ComboFlip",
  "short_name": "ComboFlip",
  "description": "Match the words, find the combo",
  "start_url": "/playground/comboflip/",
  "scope": "/playground/comboflip/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e0e0e",
  "theme_color": "#0e0e0e",
  "icons": [
    {
      "src": "CF.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
