{
  "short_name": "Погода",
  "name": "Прогноз погоды",
  "description": "Приложение для просмотра прогноза погоды",
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4a90e2",
  "background_color": "#ffffff",
  "categories": ["weather", "utilities"]
}