{
  "name": "Kaless Statistical Engine",
  "short_name": "Kaless",
  "description": "Profesyonel Veri Analizi ve İstatistik Yazılımı",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#161616",
  "theme_color": "#0F62FE",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "file_handlers": [
    {
      "action": "/dashboard",
      "accept": {
        "application/octet-stream": [".kspv", ".sav"],
        "application/json": [".kaless"]
      }
    }
  ]
}
