{
  "name": "Express",
  "short_name": "Express",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#062c1f",
  "theme_color": "#0B5D3B",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}