{
  "name": "plonkpop",
  "short_name": "plonkpop",
  "description": "A small arithmetic puzzle. 4 cards, hit a target.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fef3d8",
  "theme_color": "#fef3d8",
  "icons": [
    { "src": "icon.svg",     "type": "image/svg+xml", "sizes": "any" },
    { "src": "icon-192.png", "type": "image/png",     "sizes": "192x192" },
    { "src": "icon-512.png", "type": "image/png",     "sizes": "512x512" }
  ]
}
