{
  "name": "Manage Mate",
  "short_name": "ManageMate",
  "start_url": "https://manage-mate.com",
  "display": "standalone",
  "description": "Your Virtual Assistant",
  "lang": "en",
  "dir": "auto",
  "theme_color": "#000000",
  "background_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/Content/assets/images/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Content/assets/images/Icon-196.png",
      "sizes": "196x196",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/Content/assets/images/login_screenshot.png",
      "sizes": "1900x959",
      "type": "image/png",
      "description": "A screenshot of the login page"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "The name you would like to be displayed for your shortcut",
      "url": "The url you would like to open when the user chooses this shortcut. This must be a URL local to your PWA. For example: If my start_url is /, this URL must be something like /shortcut",
      "description": "A description of the functionality of this shortcut"
    }
  ]
}