{
  "name": "leHACK Conference App",
  "short_name": "leHACK",
  "description": "Mobile conference program for leHACK - Schedule, talks, and sponsors",
  "start_url": "/web-app/?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#FFFFFF",
  "scope": "/",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["conferences", "education", "technology"],
  "icons": [
    {
      "src": "/ico/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ico/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ico/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ico/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ico/favicon-16x16.png",
      "sizes": "16x16", 
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Schedule",
      "short_name": "Today",
      "description": "View today's conference schedule",
      "url": "/app/?cat=&today=true",
      "icons": [
        {
          "src": "/ico/favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sponsors",
      "short_name": "Sponsors", 
      "description": "View conference sponsors",
      "url": "/app/?cat=sponsors",
      "icons": [
        {
          "src": "/ico/favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
