{
  "name": "Olydex",
  "short_name": "Olydex",
  "id": "olydex",
  "description": "App compagnon non-officielle de la communauté Noob Online.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A0A",
  "theme_color": "#20b3cd",
  "lang": "fr",
  "categories": ["social", "entertainment"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mon Profil",
      "short_name": "Profil",
      "url": "/?tab=profile",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scanner un QR",
      "short_name": "Scanner",
      "url": "/?tab=encounters",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "url": "shared_url"
    }
  }
}
