{
  "name": "Beechbrew",
  "short_name": "Beechbrew",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "theme_color": {
    "bg": "#1a1a1a",
    "surface": "#2d2d2d",
    "accent": "#ff6b35",
    "accent_dark": "#c94e1e",
    "ink": "#f0f0f0",
    "muted": "#b0b0b0"
  },
  "background_color": "#ffffff",
  "display": "standalone"
}