{
  "short_name": "Jetolkin",
  "name": "Grupo Chat - Chat Room & Private Chat",
  "id": "jetolkin.grupo.chat",
  "description": "Share what is on your mind with other people from all around the world to find new friends",
  "lang": "fr",
  "start_url": "/grupo/",
  "scope": "/grupo/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#020202",
  "dir": "ltr",
  "categories": ["social", "communication", "chat"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://jetolkin.com/icons/icon-72x72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "https://jetolkin.com/icons/icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "https://jetolkin.com/icons/icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "https://jetolkin.com/icons/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "https://jetolkin.com/icons/icon-152x152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "https://jetolkin.com/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "https://jetolkin.com/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/room.png",
      "sizes": "540x960",
      "type": "image/png"
    },
    {
      "src": "/icons/room.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Rejoindre une salle",
      "url": "/grupo/rooms",
      "icons": [{ "src": "/icons/room.png", "sizes": "96x96" }]
    },
    {
      "name": "Chat privé",
      "url": "/grupo/private",
      "icons": [{ "src": "/icons/private.png", "sizes": "96x96" }]
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://jetolkin.com"
    },
    {
      "origin": "https://grupo-chat.net"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": ["standalone", "minimal-ui"],
  "windows_control_overlay": {
    "enabled": true
  },
  "tabbed": true,
  "share_target": {
    "action": "/grupo/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/grupo/upload",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg"]
      }
    }
  ]
}
