{
  "name": "Solar Green VOIP – Privátní telefonní brána",
  "short_name": "SG Phone",
  "description": "Privátní WebRTC softphone a CMS Voice Gateway pro Solar Green.",
  "lang": "cs",
  "dir": "ltr",
  "start_url": "/softphone",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#0B0E14",
  "background_color": "#0B0E14",
  "categories": ["business", "productivity", "communication"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icon-192.png",          "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icon-512.png",          "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "apple-touch-icon.png",  "type": "image/png", "sizes": "180x180", "purpose": "any" },
    { "src": "favicon.ico",           "type": "image/x-icon", "sizes": "64x64 32x32 24x24 16x16" }
  ],
  "shortcuts": [
    {
      "name": "Vytočit číslo",
      "short_name": "Vytočit",
      "description": "Otevřít softphone klávesnici",
      "url": "/softphone",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Telefonní seznam",
      "short_name": "Kontakty",
      "description": "Přejít na phonebook",
      "url": "/contacts",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ops Center",
      "short_name": "Ops",
      "description": "Live monitor",
      "url": "/ops",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
