{
  "name": "ObjectifMath",
  "short_name": "ObjectifMath",
  "description": "Revise les mathematiques avec fiches, quizz et flashcards.",
  "lang": "fr",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Accueil",
      "short_name": "Accueil",
      "url": "./index.php"
    },
    {
      "name": "Administration",
      "short_name": "Admin",
      "url": "./admin.php"
    }
  ]
}
