{
  "name": "Дневник на специалиста — СДИС",
  "short_name": "Дневник",
  "lang": "bg",
  "start_url": "./app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5ead8",
  "theme_color": "#c67139",
  "description": "Дневник на специалиста за социални дейности на Сдружение „Социални дейности, иновации и сигурност“ — график, записи от терен, случаи, сигнали, отчети и наредбата.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "./app.html",
  "screenshots": [
    {
      "src": "screenshots/screen-1.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "График за деня"
    },
    {
      "src": "screenshots/screen-2.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Наредбата с търсачка"
    }
  ],
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ]
}