{
  "id": "/?source=pwa",
  "name": "Bluffer — Poker entre amis",
  "short_name": "Bluffer",
  "description": "Poker entre amis — sans jetons, sans cartes",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "theme_color": "#08090d",
  "background_color": "#08090d",
  "categories": [
    "games",
    "entertainment",
    "social"
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 420
  },
  "icons": [
    {
      "src": "/icons/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle partie",
      "short_name": "Jouer",
      "description": "Créer une nouvelle table de poker",
      "url": "/?action=create&source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Rejoindre une table",
      "short_name": "Rejoindre",
      "description": "Rejoindre une partie existante",
      "url": "/?action=join&source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "code",
      "url": "url"
    }
  }
}
