{
  "id": "efrei-link-pwa",
  "name": "EFREI Link",
  "short_name": "EFREI Link",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "description": "Le réseau social exclusif des étudiants de l'EFREI.",
  "scope": "/",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["social", "education", "productivity"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Fil d'actualité",
      "url": "/feed",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "url": "/chat",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
