{
  "name": "Lingwish School Management System",
  "short_name": "Lingwish",
  "description": "Moderní systém pro správu jazykových škol",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f9fd",
  "theme_color": "#083b98",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "cs",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/static/images/lingwish-logo-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/lingwish-logo-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/lingwish-logo-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/lingwish-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nová lekce",
      "short_name": "Nová lekce",
      "description": "Vytvořit novou lekci",
      "url": "/lessons/create/",
      "icons": [
        {
          "src": "/static/images/shortcut-lesson.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Registrace",
      "short_name": "Registrace",
      "description": "Spravovat registrace",
      "url": "/registrations/",
      "icons": [
        {
          "src": "/static/images/shortcut-registration.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Přejít na dashboard",
      "url": "/dashboard/",
      "icons": [
        {
          "src": "/static/images/shortcut-dashboard.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard na desktopu"
    },
    {
      "src": "/static/images/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobilní aplikace"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact/?email=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import/",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ]
}
