{
  "id": "./index.html",
  "name": "Entre Best Friends",
  "short_name": "EBF",
  "description": "Réseau social privé et encadré pour groupes, amis et famille.",
  "lang": "fr-FR",
  "dir": "ltr",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f4f5fb",
  "theme_color": "#8e44ad",
  "categories": ["social", "communication", "lifestyle"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Accueil",
      "short_name": "Accueil",
      "description": "Ouvrir Entre Best Friends",
      "url": "./index.html?source=pwa-shortcut-home",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Administration",
      "short_name": "Admin",
      "description": "Ouvrir l'administration",
      "url": "./admin.html?source=pwa-shortcut-admin",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Entre Best Friends sur téléphone"
    },
    {
      "src": "./icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Entre Best Friends sur ordinateur"
    }
  ]
}
