{
  "name": "LifeLab - Cellular Automaton Explorer",
  "short_name": "LifeLab",
  "description": "Interactive cellular automaton simulator with Conway's Life, HighLife, Seeds, and Day & Night rules",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#58a6ff",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' fill='%230d1117' rx='24'/%3E%3Crect x='20' y='20' width='152' height='152' fill='none' stroke='%2358a6ff' stroke-width='4' rx='16'/%3E%3Cg fill='%2358a6ff'%3E%3Crect x='72' y='60' width='12' height='12'/%3E%3Crect x='84' y='72' width='12' height='12'/%3E%3Crect x='60' y='84' width='12' height='12'/%3E%3Crect x='72' y='84' width='12' height='12'/%3E%3Crect x='84' y='84' width='12' height='12'/%3E%3C/g%3E%3Ctext x='96' y='140' font-family='system-ui, sans-serif' font-size='20' fill='%23c9d1d9' text-anchor='middle' font-weight='600'%3ELifeLab%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%230d1117' rx='64'/%3E%3Crect x='54' y='54' width='404' height='404' fill='none' stroke='%2358a6ff' stroke-width='10' rx='42'/%3E%3Cg fill='%2358a6ff'%3E%3Crect x='192' y='160' width='32' height='32'/%3E%3Crect x='224' y='192' width='32' height='32'/%3E%3Crect x='160' y='224' width='32' height='32'/%3E%3Crect x='192' y='224' width='32' height='32'/%3E%3Crect x='224' y='224' width='32' height='32'/%3E%3C/g%3E%3Ctext x='256' y='360' font-family='system-ui, sans-serif' font-size='56' fill='%23c9d1d9' text-anchor='middle' font-weight='600'%3ELifeLab%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "utilities", "games"],
  "lang": "en",
  "dir": "ltr"
}
