{
  "name": "Mixel PBX Pro",
  "short_name": "Mixel PBX",
  "description": "Swiss Cloud PBX — Voice, Video, Messaging & Contact Center",
  "start_url": "/console/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Mixel PBX Dashboard"
    },
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mixel PBX Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Make a Call",
      "short_name": "Call",
      "url": "/console/?action=dial",
      "icons": [{ "src": "/icons/shortcut-call.png", "sizes": "96x96" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/user/messages/",
      "icons": [{ "src": "/icons/shortcut-messages.png", "sizes": "96x96" }]
    },
    {
      "name": "Voicemail",
      "short_name": "Voicemail",
      "url": "/user/voicemail/",
      "icons": [{ "src": "/icons/shortcut-voicemail.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ch.mixel.pbx",
      "id": "ch.mixel.pbx"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/mixel-pbx/id0000000000"
    },
    {
      "platform": "windows",
      "url": "https://www.microsoft.com/store/apps/0000000000"
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    { "protocol": "tel", "url": "/console/?dial=%s" },
    { "protocol": "sip", "url": "/console/?sip=%s" }
  ],
  "share_target": {
    "action": "/console/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [{ "name": "media", "accept": ["image/*", "audio/*", "video/*"] }]
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
