{
  "name": "LTU Tech",
  "short_name": "LTU Webapp",
  "background_color": "white",
  "description": "LTU Progressive Web App description",
  "lang" :"fr-FR",
  "start_url": "https://ltutech.app",
  "scope": "/",
  "theme_color": "#FFFFFF",

  "display": "standalone",
  "orientation": "portrait-primary",
  "icons": [{
    "src": "assets/icons/android-chrome-192x192.png",
    "sizes": "192x192",
    "type": "image/png"
  }, {
    "src": "assets/icons/android-chrome-512x512.png",
    "sizes": "512x512",
    "type": "image/png"
  }]
}