{
  "name": "PromoFlow - Coordination entre etudiants",
  "short_name": "PromoFlow",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff7ed",
  "theme_color": "#9a3412",
  "description": "Application monopage de coordination etudiante, installable et disponible hors connexion.",
  "lang": "fr-BE",
  "categories": ["education", "productivity", "communication"],
  "icons": [
    {
      "src": "icons/icon-72-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vue bureau de PromoFlow"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vue mobile de PromoFlow"
    }
  ],
  "shortcuts": [
    {
      "name": "Canaux de promo",
      "short_name": "Canaux",
      "url": "./index.html",
      "icons": [
        {
          "src": "icons/icon-96-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
