{
  "name": "teraz — STIMBA",
  "short_name": "teraz",
  "description": "Velitelské centrum STIMBA — všetko, čo dnes treba.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#CC1717",
  "lang": "sk",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/teraz/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/teraz/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/teraz/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/teraz/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/teraz/icons/icon-monochrome-192.png", "sizes": "192x192", "type": "image/png", "purpose": "monochrome" }
  ],
  "shortcuts": [
    { "name": "Pridať úlohu",  "short_name": "Úloha",    "url": "/teraz?cmd=quick-task",   "icons": [{ "src": "/teraz/icons/short-task.png",  "sizes": "96x96" }] },
    { "name": "Otvoriť inbox", "short_name": "Inbox",    "url": "/teraz/inbox",            "icons": [{ "src": "/teraz/icons/short-inbox.png", "sizes": "96x96" }] },
    { "name": "Pipeline",      "short_name": "Pipeline", "url": "/teraz/pipeline",         "icons": [{ "src": "/teraz/icons/short-pipe.png",  "sizes": "96x96" }] },
    { "name": "Kalendár",      "short_name": "Kalendár", "url": "/teraz/kalendar",         "icons": [{ "src": "/teraz/icons/short-cal.png",   "sizes": "96x96" }] }
  ],
  "share_target": {
    "action": "/api/teraz/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*", "application/pdf"] }]
    }
  }
}
