{
  "name": "LeConjugueur",
  "short_name": "Conjugueur",
  "description": "Premium French Conjugation App. Conjuguez tous les verbes français instantanément hors ligne grâce au moteur mathématique performant.",
  "id": "info.leconjugueur.pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1A2B48",
  "orientation": "any",
  "lang": "fr",
  "dir": "ltr",

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],

  "categories": ["education", "utilities", "productivity"],

  "screenshots": [
    {
      "src": "/ogimg.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "LeConjugueur — Tableaux de Conjugaison Instantanés et Moteur Mathématique"
    }
  ],

  "prefer_related_applications": false,

  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone"
  ],

  "shortcuts": [
    {
      "name": "Conjugueur Principal",
      "short_name": "Conjugueur",
      "description": "Conjuguer un verbe instantanément",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Jeux de Conjugaison",
      "short_name": "Jeux",
      "description": "Jouer au pendu ou faire des exercices",
      "url": "/jeux",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Règles et Particularités",
      "short_name": "Règles",
      "description": "Consulter les règles d'accord et de terminaison",
      "url": "/regles",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred"
}
