{
  "name": "Bolty — Révision adaptative pour collégiens",
  "short_name": "Bolty",
  "id": "/",
  "description": "Révise Maths, Français, Anglais, SVT et toutes les matières du collège avec Bolty. Quiz adaptatifs, examens blancs brevet, fiches de révision. Gratuit.",
  "start_url": "/pages/dashboard?utm_source=pwa&utm_medium=homescreen&utm_campaign=launch",
  "scope": "/",
  "lang": "fr-FR",
  "dir": "ltr",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",

  "theme_color": "#1B4332",
  "background_color": "#F4F7F2",

  "categories": ["education", "games"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "icons": [
    {
      "src": "/assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/assets/screenshots/screenshot-home-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Accueil Bolty — Tableau de bord révision collège"
    },
    {
      "src": "/assets/screenshots/screenshot-dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord — Suis tes progrès et révise avec Bolty"
    },
    {
      "src": "/assets/screenshots/screenshot-quiz-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Quiz adaptatif — Révise Maths, Français, Anglais et plus"
    },
    {
      "src": "/assets/screenshots/screenshot-progression-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Arbre de progression — Suis tes progrès matière par matière"
    },
    {
      "src": "/assets/screenshots/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bolty sur ordinateur — Révision adaptative pour collégiens"
    }
  ],

  "shortcuts": [
    {
      "name": "Commencer à réviser",
      "short_name": "Réviser",
      "description": "Lance un quiz adaptatif immédiatement",
      "url": "/pages/quiz?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icons/shortcut-play.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ma progression",
      "short_name": "Progression",
      "description": "Consulte ton arbre de progression et tes noisettes",
      "url": "/pages/stats?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icons/shortcut-tree.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Fiches de révision",
      "short_name": "Fiches",
      "description": "Accède aux fiches de révision par matière",
      "url": "/pages/flashcards?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icons/2D6A4F2D6A4F2D6A4F2D6A4F.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+bolty",
      "url": "/?protocol=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

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

  "prefer_related_applications": false
}