{
  "name":             "Lunight Staff",
  "short_name":       "Lunight",
  "description":      "Gestion de club nocturne",
  "start_url":        "/service",
  "scope":            "/",
  "display":          "standalone",
  "background_color": "#000000",
  "theme_color":      "#000000",
  "orientation":      "portrait-primary",
  "prefer_related_applications": false,
  "categories":       ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name":  "Service",
      "url":   "/service",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name":  "Dashboard",
      "url":   "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
