{
  "name": "KhiCAS",
  "share_target": {
    "action": "./kcasfr.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "short_name": "Delta",
  "description": "Calculatrice CAS avec Xcas/Giac",
  "start_url": "./kcasfr.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#317EFB",
  "lang": "fr",
  "icons": [
    {
      "src": "xcas_64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "xcas_128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "xcas_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "xcas_256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "xcas_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./kcasfr.html",
      "accept": {
        "text/x-python": [".pytest"],
        "text/x-cas": [".cas"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner un QR Code",
      "short_name": "Scanner",
      "description": "Ouvrir le scanner pour importer une session",
      "url": "./kcasfr.html#scan",
      "icons": [{ "src": "icons/scan-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Nouvelle Session",
      "short_name": "Nouveau",
      "url": "./kcasfr.html#",
      "icons": [{ "src": "icons/new-icon.png", "sizes": "192x192" }]
    }
  ]
}
