{
  "name": "Progress Next",
  "short_name": "ProgressNext",
  "description": "Приложение для дневника физической нагрузки при занятии спортом",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/ui/",
  "start_url": "/ui/",
  "id": "/ui/",
  "icons": [
    {
      "src": "/ui/img/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/ui/img/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/ui/img/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/ui/img/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/ui/img/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png"
    }
  ]
} 