{
  "name": "Sparrow Statistics",
  "short_name": "Sparrow",
  "description": ".sav viewer, editor & REPL. Plain-language results that compile straight into an APA chapter. Runs entirely in your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#2563eb",
  "orientation": "any",
  "lang": "en",

  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],

  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-spss-sav": [".sav", ".zsav"],
        "application/x-spss-spv": [".spv"],
        "application/x-spss-spo": [".spo"]
      }
    }
  ],

  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "application/x-spss-sav", ".sav", ".zsav",
            "application/x-spss-spv", ".spv",
            "application/x-spss-spo", ".spo"
          ]
        }
      ]
    }
  }
}
