{
    "name": "WannaPlay — Football Near You",
    "short_name": "WannaPlay",
    "description": "Find football matches near you in Morocco. Join a 5v5, create your own match, invite friends, and book terrain — all in one app.",
    "id": "club.wannaplay",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "background_color": "#090E0A",
    "theme_color": "#13EC5B",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["sports", "social", "lifestyle"],
    "lang": "fr",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Trouver un match",
            "short_name": "Trouver",
            "description": "Parcourir les matchs à proximité",
            "url": "/matches/find",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Créer un match",
            "short_name": "Créer",
            "description": "Organiser un 5v5 ce soir",
            "url": "/matches/create",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Radar joueurs",
            "short_name": "Radar",
            "description": "Voir les joueurs proches disponibles",
            "url": "/network/radar",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
      },
      "protocol_handlers": [
        {
          "protocol": "web+wannaplay",
          "url": "/match/%s"
        }
      ],
      "launch_handler": {
        "client_mode": "navigate-to"
      },
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=club.wannaplay",
            "id": "club.wannaplay"
        }
    ]
}
