{
  "name": "CalculatorGeek",
  "short_name": "CalculatorGeek",
  "id": "/",
  "description": "Practical calculators and converters with clear results.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#08224d",
  "categories": ["education", "finance", "health", "productivity", "utilities"],
  "shortcuts": [
    { "name": "Search calculators", "short_name": "Search", "url": "/?cg_search=1" },
    { "name": "My calculation workspace", "short_name": "Workspace", "url": "/account/" }
  ],
  "icons": [
    { "src": "assets/images/brand/favicon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "assets/images/brand/favicon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
