{
  "name": "PARTY PARTY — Les événements autour de toi",
  "short_name": "PARTY PARTY",
  "description": "Crée n'importe quel événement, trouve ceux autour de toi, choisis qui rejoint.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0a0812",
  "theme_color": "#0a0812",
  "orientation": "portrait",
  "lang": "fr",
  "icons": [
    {
      "src": "icons/party-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/party-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/party-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "scope": "./",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "categories": [
    "social",
    "events",
    "lifestyle"
  ],
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "play/screenshot-01.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Toutes les party autour de toi"
    },
    {
      "src": "play/screenshot-02.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "L'heure, le lieu, qui vient"
    },
    {
      "src": "play/screenshot-03.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cree la tienne en 30 secondes"
    },
    {
      "src": "play/screenshot-04.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tout se cale dans l'app"
    }
  ],
  "shortcuts": [
    {
      "name": "Creer une party",
      "short_name": "Creer",
      "url": "./?a=creer",
      "icons": [
        {
          "src": "icons/party-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "La carte",
      "short_name": "Carte",
      "url": "./?a=carte",
      "icons": [
        {
          "src": "icons/party-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}