{
  "name": "Home Field Ops",
  "short_name": "Home Field",
  "description": "Flight operations for the home-field aircraft",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f8fc",
  "theme_color": "#f5f8fc",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Checklists and Sally",
      "short_name": "Checklists",
      "description": "Emergency checklists, hands free",
      "url": "/checklists?otto=1",
      "icons": [
        {
          "src": "/icon-checklist-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "application/pdf",
            "text/csv",
            ".csv",
            ".txt",
            ".xlsx",
            ".xls"
          ]
        }
      ]
    }
  }
}