{
  "name": "Калькулятор цен",
  "short_name": "Калькулятор цен",
  "description": "Калькулятор цен с режимом процентов и историей. Полностью работает без интернета. Устанавливается как приложение.",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "categories": ["utilities", "productivity", "finance"],
  "lang": "ru",
  "scope": "./",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Простой режим",
      "short_name": "Простой",
      "description": "Обычный калькулятор",
      "url": "./index.html"
    },
    {
      "name": "Режим процентов",
      "short_name": "Проценты",
      "description": "Калькулятор с процентами",
      "url": "./index.html"
    }
  ],
  "prefer_related_applications": false
}