{
  "name": "BEST CALC",
  "short_name": "BestCalc",
  "description": "Калькулятор",
  "start_url": "/bestcalc/calc.html",
  "display": "standalone",
  "scope": "./",
  "orientation": "portrait-primary",
  "lang": "ru-RU",
  
  "icons": [
    {
      "src": "bestcalc.ico",
      "sizes": "16x16 32x32 48x48 64x64 128x128 256x256",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "bestcalc1.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {
    "src": "splash_calc.png",
    "sizes": "1320x2868",   
    "type": "image/png",
    "form_factor": "wide"
    }
  ]
}