{
  "id": "/",
  "name": "Účetní OS",
  "short_name": "ÚčetníOS",
  "description": "Účetní portál pro podnikatele a účetní kanceláře",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "lang": "cs",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Klienti",
      "short_name": "Klienti",
      "description": "Přehled všech klientů",
      "url": "/accountant/clients",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Komunikace",
      "short_name": "Zprávy",
      "description": "Komunikace s klienty",
      "url": "/accountant/komunikace",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Nový klient",
      "short_name": "+ Klient",
      "description": "Přidat nového klienta",
      "url": "/accountant/clients?new=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Vytěžování",
      "short_name": "Vytěžování",
      "description": "Vytěžování dokumentů",
      "url": "/accountant/extraction",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/api/extraction/share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": ["image/jpeg", "image/png", "image/webp", "application/pdf"]
        }
      ]
    }
  }
}
