{
  "id": "/?source=pwa",
  "name": "LEVELS - Padel Nouvelle-Calédonie",
  "short_name": "LEVELS",
  "description": "Application de recherche et réservation de créneaux de padel en Nouvelle-Calédonie",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["sports", "social"],
  "lang": "fr-FR",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Mes matchs",
      "short_name": "Matchs",
      "description": "Voir mes matchs à venir et mes résultats",
      "url": "/matches?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Trouver un créneau",
      "short_name": "Créneaux",
      "description": "Chercher un créneau de padel disponible",
      "url": "/slots?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Classement",
      "short_name": "Ranking",
      "description": "Voir le classement des joueurs",
      "url": "/competition?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Trouver des joueurs",
      "short_name": "Joueurs",
      "description": "Rechercher des partenaires de padel",
      "url": "/players?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Matchs du jour",
      "short_name": "Matchs",
      "description": "Voir les matchs de padel disponibles aujourd'hui",
      "tag": "matches-today",
      "template": "matches-widget",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json",
      "icons": [
        {
          "src": "/images/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 3600
    },
    {
      "name": "Classement LEVELS",
      "short_name": "Classement",
      "description": "Top joueurs de la saison en cours",
      "tag": "ranking-top",
      "template": "ranking-widget",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json",
      "icons": [
        {
          "src": "/images/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 7200
    }
  ]
}