{
  "name": "hydris",
  "short_name": "hydris",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "description": "hydris",
  "share_target": {
    "action": "/chats/new?shared=1",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
