{
  "name": "Balloon Pop: Frisco Mayor Tally",
  "short_name": "Frisco Tally",
  "description": "Pop candidate balloons and shape the Frisco Mayor Tally. 60 seconds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1b2a",
  "theme_color": "#0d1b2a",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment"],
  "shortcuts": [
    {
      "name": "Live Tally",
      "short_name": "Tally",
      "description": "See the live Frisco Mayor tally and state scores",
      "url": "/tally",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start a 60-second session",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
