{
  "name": "Konfx Experience",
  "short_name": "Konfx",
  "description": "Konfx Experience progressive web app for internal productivity and operations.",
  "id": "konfx-experience",
  "start_url": "https://konfxpwa.azurewebsites.net",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B1B22",
  "theme_color": "#1B1B22",
  "lang": "en-US",
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/konfx/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/img/konfx/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/img/konfx/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/img/konfx/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-portrait-426x912.png",
      "sizes": "426x912",
      "type": "image/png",
      "label": "Konfx Experience home screen",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/event-portrait-427x1000.png",
      "sizes": "427x1000",
      "type": "image/png",
      "label": "Konfx Experience event screen",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/home-landscape-1905x912.png",
      "sizes": "1905x912",
      "type": "image/png",
      "label": "Konfx Experience home screen on desktop",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/event-landscape-1920x998.png",
      "sizes": "1920x998",
      "type": "image/png",
      "label": "Konfx Experience event screen on desktop",
      "form_factor": "wide"
    }
  ],
  "display_override": [
    "tabbed",
    "window-controls-overlay"
  ],
  "tab_strip": {
    "home_tab": {
      "url": "/",
      "title": "Home"
    },
    "new_tab_button": {
      "url": "/"
    }
  },
  "dir": "ltr",
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/json": [
          ".json"
        ],
        "text/csv": [
          ".csv"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+konfx",
      "url": "/handle-protocol?data=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://konfxpwa.azurewebsites.net",
      "id": "konfx.experience"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "text/plain"
          ]
        }
      ]
    }
  },
  "iarc_rating_id": "e5d3a3c8-0000-0000-0000-000000000000",
  "widgets": {
    "name": "Konfx Quick Dashboard",
    "short_name": "Dashboard",
    "description": "Quick access to your conference dashboard",
    "tag": "konfx-dashboard-widget",
    "template": "konfx-template",
    "ms_ac_template": "/widgets/home-adaptive-card.json",
    "type": "application/json",
    "screenshots": [
      {
        "src": "/screenshots/home-portrait-426x912.png",
        "sizes": "426x912",
        "label": "Konfx Experience home screen"
      }
    ],
    "icons": [
      {
        "src": "/img/konfx/favicon.png",
        "sizes": "1000x1000"
      }
    ],
    "auth": false,
    "update": 86400
  },
  "shortcuts": [
    {
      "name": "Konfx Dashboard",
      "short_name": "Dashboard",
      "description": "Quick access to your conference dashboard",
      "url": "/conference-accessible",
      "icons": [
        {
          "src": "/img/konfx/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://api.konfxpwa.azurewebsites.net"
    }
  ]
}
