{
  "name": "Eden Legacy",
  "short_name": "Eden",
  "description": "Plateforme de financement des études — ONG Eden Legacy",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a6b4a",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tableau de bord boursier"
    },
    {
      "src": "/static/screenshots/dashboard-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard administrateur"
    }
  ],
  "shortcuts": [
    {
      "name": "My applications",
      "short_name": "Applications",
      "description": "View my scholarship applications",
      "url": "/boursier/candidatures/",
      "icons": [
        {
          "src": "/static/icons/shortcut-applications.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My scholarship",
      "short_name": "Scholarship",
      "description": "View my active scholarship",
      "url": "/boursier/bourses/",
      "icons": [
        {
          "src": "/static/icons/shortcut-scholarship.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Make an offer",
      "short_name": "Sponsor",
      "description": "Create a new sponsorship offer",
      "url": "/sponsor/offres/nouvelle/",
      "icons": [
        {
          "src": "/static/icons/shortcut-sponsor.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "education",
    "finance",
    "social"
  ],
  "prefer_related_applications": false
}