{
  "name": "Mentora",
  "short_name": "Mentora",
  "start_url": "/",
  "share_target": {
    "action": "/share-photo",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "photos",
          "accept": "image/png"
        }
      ]
    }
  },
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "icons": [
    {
      "src": "img/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Shortcut to action 1",
      "description": "A description of what shortcut to action 1 means",
      "url": "Link to shortcut",
      "icons": [
        {
          "src": "/icons/icons8-app-100(-xhdpi).png",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ]
}