{
  "version": "1.0.81",
  "comment": "---Above version must be the same as data-pwa-version",
  "comment_2": "---data-pwa-version can be found in the manifest link tag",
  "comment_3": "---if versions are not the same it can cause an update loop",
  "lang": "fr",
  "name": "Joueurs CJFSM",
  "short_name": "Joueurs",
  "description": "Application PWA de gestion des joueurs, calendriers et presences du CJFSM",
  "scope": "./",
  "start_url": "./index.php",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "app/icons/club-pwa-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app/icons/club-pwa-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
