{
  "name": "Grid Golf",
  "short_name": "GridGolf",
  "description": "A digital dot-grid golf game for 1 or 2 players. Roll dice, pick directions, navigate hazards, and sink pars.",
  "start_url": "/play/grid-golf",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "icons": [
    {
      "src": "/play/icons/grid-golf-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/play/icons/grid-golf-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/play/icons/grid-golf.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}