{
  "name": "Cellular Automata Habit",
  "short_name": "CellularHabit",
  "description": "A habit board that simulates Conway's Game of Life. Checking off habits spawns cellular automata clusters.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#38bdf8",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}