{
  "name": "Game of Life Pattern Generator",
  "short_name": "GoL Patterns",
  "description": "Create, edit, and share Conway's Game of Life patterns",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#58a6ff",
  "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='40'/%3E%3Ccircle cx='96' cy='96' r='16' fill='%2358a6ff'/%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
