{
  "short_name": "EEC",
  "name": "EEC",
  "icons": [
    {
      "src": "pwa_app_logo_icon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "pwa_app_logo_icon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "pwa_app_logo_icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/claim_item.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Claim Item"
    },
    {
      "src": "/screenshots/form.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Pre-approval Form"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "description": "Employee expenses claim system for DKSH employees.",
  "background_color": "#ffffff",
  "id": "EEC",
  "lang": "en",
  "scope": ".",
  "orientation": "natural",
  "categories": ["finance"],
  "prefer_related_applications": false,
  "dir": "auto",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen"],
  "edge_side_panel": {
    "preferred_width": 350
  },
  "shortcuts": [
    {
      "name": "Quick Add",
      "url": "/",
      "description": "Quick Add."
    },
    {
      "name": "My Expense Report",
      "url": "/ExpReport/ExpReport?mode=my",
      "description": "My Expense Report"
    }
  ],
  "iarc_rating_id": "1a13fff2-291e-4860-986f-432872421e4f",
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://www.eec.dksh.com",
      "id": "eec"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "auto",
  "scope_extensions ": [{ "origin": "*" }]
}
