{
  "id": "/",
  "name": "Flava App",
  "short_name": "Flava App",
  "description": "Une Progressive Web App pour accéder rapidement à mon site Joomla, même hors-ligne.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0097dc",
  "background_color": "#ffffff",
  "lang": "fr",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable" 
    }
  ]
}