{
  "name": "CalcHive — Free Online Calculators",
  "short_name": "CalcHive",
  "description": "10+ free online calculators in one place — fast, mobile friendly and installable.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FAFAF9",
  "theme_color": "#E8A020",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity", "finance"],
  "lang": "en-IE",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Basic Calculator", "short_name": "Basic", "url": "/?calc=basic", "description": "Open the basic calculator" },
    { "name": "Salary Calculator", "short_name": "Salary", "url": "/?calc=salary", "description": "Open the salary calculator" },
    { "name": "Currency Converter", "short_name": "Currency", "url": "/?calc=currency", "description": "Open the currency converter" }
  ]
}
