{
  "name": "HME Nexus",
  "short_name": "Nexus",
  "description": "HME Nexus — enterprise operations platform for HME Solutions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#25324E",
  "lang": "en-AU",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brand/HME_Nexus.ico",
      "type": "image/x-icon",
      "sizes": "16x16 32x32 48x48 64x64 128x128 256x256"
    },
    {
      "src": "/brand/HME_Nexus_Logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/brand/HME_Nexus_Logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open your daily My Work landing.",
      "url": "/today",
      "icons": [{ "src": "/brand/HME_Nexus.ico", "sizes": "64x64" }]
    },
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "description": "Submit a new expense claim.",
      "url": "/expenses",
      "icons": [{ "src": "/brand/HME_Nexus.ico", "sizes": "64x64" }]
    },
    {
      "name": "Timesheets",
      "short_name": "Timesheets",
      "description": "Log today's hours.",
      "url": "/timesheets",
      "icons": [{ "src": "/brand/HME_Nexus.ico", "sizes": "64x64" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+hmenexus",
      "url": "/browse/%s"
    }
  ],
  "id": "/?mode=pwa",
  "edge_side_panel": {
    "preferred_width": 480
  }
}
