{
  "name": "Web Protect Portable Hybrid",
  "short_name": "Web Protect",
  "description": "Application portable Web Protect : même paquet pour usage en ligne sur hébergement statique ou hors ligne en local.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#333333",
  "theme_color": "#1f1f1f",
  "lang": "fr",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}