{
  "name": "ASMAR BACK OFFICE",
  "short_name": "ASMAR BO",
  "version": "1.0.0",
  "version_name": "1.0.0",
  "description": "Application de gestion pour ASMAR",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  
  "icons": [
    {
      "src": "logo_512.jpeg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  
  "related_applications": [],
  
  "protocol_handlers": [
    {
      "protocol": "web+pwa",
      "url": "/?handler=%s"
    }
  ],
  
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "application/json": [".json"]
      }
    }
  ]
}