{
  "name": "Ledix",
  "description" : "Application du restaurant LeDix",
  "orientation": "portrait",
  "categories": ["food", "shopping", "social"],
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "auto"
  },
  "scope": "https://ledixrombas.fr/",
  "lang": "fr",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "images/pwa/screenshot_1.png",
      "sizes": "341x752",
      "type": "image/png"
    },
    {
      "src": "images/pwa/screenshot_2.png",
      "sizes": "337x746",
      "type": "image/png"
    }
  ],
  "short_name": "Ledix",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "images/theme/ledix_logo_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/theme/ledix_logo_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}