{
  "name": "Solve — Korepetycje",
  "short_name": "Solve",
  "description": "Panel zarządzania zgłoszeniami szkoły korepetycji",
  "start_url": "/leady",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fbfaf6",
  "theme_color": "#ffffff",
  "lang": "pl",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nowe zgłoszenie",
      "short_name": "Dodaj",
      "description": "Szybko dodaj nowego leada",
      "url": "/leady?action=new",
      "icons": [{ "src": "/static/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Mój dzień",
      "short_name": "Dziś",
      "description": "Co masz zrobić dzisiaj",
      "url": "/dzisiaj",
      "icons": [{ "src": "/static/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Kanban",
      "short_name": "Kanban",
      "description": "Widok kanban",
      "url": "/leady/kanban",
      "icons": [{ "src": "/static/logo.png", "sizes": "192x192" }]
    }
  ]
}
