{
  "id": "/",
  "name": "Ma Super App Joomla",
  "short_name": "JoomlaApp",
  "description": "Application mobile du site Joomla, installable et accessible hors ligne.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "theme_color": "#08aed4",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/screen1.png",
      "sizes": "640x480",
      "type": "image/png"
    },
    {
      "src": "/images/screenshots/screen2.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["education", "productivity"],
  "iarc_rating_id": "",
  "shortcuts": [
    {
      "name": "Programme",
      "short_name": "Programme",
      "url": "/programme",
      "icons": [
        {
          "src": "/images/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "url": "/contact"
    }
  ],
  "handle_links": "preferred"
}