{
  "name": "George Direct Mobile",
  "short_name": "GD Mobile",
  "id": "/",
  "scope": "/",
  "start_url": ".",
  "display": "standalone",
  "lang": "en-AU",
  "description": "George's market watch — indices, the model's estimated 1-day return, and the VDHG benchmark.",
  "background_color": "#EFF2F6",
  "theme_color": "#FFFFFF",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "csv",
          "accept": [".csv", "text/csv", "text/comma-separated-values", "application/vnd.ms-excel", "text/plain"]
        }
      ]
    }
  }
}
