{
  "id": "/",
  "name": "ServiceHub",
  "short_name": "ServiceHub",
  "description": "HHS-FMA ServiceHub — tickets, Day Change requests, and CRM in one place.",

  "start_url": "/?app=ITIL&page=submit",
  "scope": "/",

  "display": "standalone",
  "orientation": "any",

  "theme_color": "#006EAE",
  "background_color": "#ffffff",

  "shortcuts": [
    {
      "name": "Submit a Ticket",
      "short_name": "New Ticket",
      "description": "Raise a new IT ticket",
      "url": "/?app=ITIL&page=submit"
    },
    {
      "name": "App Portal",
      "short_name": "Portal",
      "description": "All ServiceHub apps",
      "url": "/"
    },
    {
      "name": "Day Change",
      "short_name": "Day Change",
      "description": "Account Service Change Requests",
      "url": "/?app=ASCR"
    }
  ],

  "icons": [
    {
      "src": "/hhs-fma-fav.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ]
}
