{
  "name": "Basic Ready Mix Concrete Calculator",
  "short_name": "BRM Calculator",
  "description": "Estimate cubic yards of ready-mix concrete for slabs, walls, columns, and triangular pours. From Basic Ready Mix, serving Northwest Georgia since 1959.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFD200",
  "theme_color": "#CC0000",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
