{
  "name": "Loompah Academy",
  "short_name": "Loompah",
  "description": "Révise et progresse avec Loompah, ton coach scolaire IA",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ef4444",
  "lang": "fr",
  "id": "/dashboard/",
  "icons": [
    {
      "src": "https://loompah.academy/wp-content/uploads/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://loompah.academy/wp-content/uploads/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://loompah.academy/wp-content/uploads/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education"],
  "shortcuts": [
    {
      "name": "Mon Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard/",
      "icons": [{ "src": "https://loompah.academy/wp-content/uploads/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mission du jour",
      "short_name": "Mission",
      "url": "/workspace/",
      "icons": [{ "src": "https://loompah.academy/wp-content/uploads/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}