{
  "name": "AlcoTracker",
  "short_name": "Chips",
  "description": "Track your poker chips for the night",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0f0a",
  "theme_color": "#d4af37",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
