{
  "name": "WebApp - Le site",
  "short_name": "WebApp",
  "start_url": "./index.html",

  "background_color": "#9CF",
  "theme_color" : "#66C",
  "description": "Les exemples du livre directement utilisables en ligne",

  "display": "standalone",
  "icons":
  [{
    "src": "./pic/ShakingHands-48.png",
    "sizes": "48x48",
    "type": "image/png"
  },
  {
    "src": "./pic/ShakingHands-256.png",
    "sizes": "256x256",
    "type": "image/png"
  }]
}
