{
  "name": "Умный калькулятор SmartCalc",
  "short_name": "SmartCalc",
  "description": "Умный калькулятор с конвертером валют от ZnaetAPPS",
  "id": "/",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1a1a",
  "theme_color": "#FF3030",
  "lang": "ru",
  "categories": ["utilities", "finance"],
  "icons": [
    {
      "src": "/icons/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}