{
  "id": "/",
  "name": "Pro Talents",
  "short_name": "Pro Talents",
  "description": "Missions, messages et notifications Pro Talents",
  "lang": "fr-FR",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0d2b4c",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "url": "/login.php?source=pwa&go=notifications"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/login.php?source=pwa&go=messages"
    }
  ]
}
