{
  "name": "CMS database editor",
  "short_name": "CMS database editor",
  "start_url": "/",
  "scope": "/",
  "display": "minimal-ui",
  "background_color": "#fff",
  "description": "An awesome project by Mr Gordon at Cambridge Maths School",
  "icons": [
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/vnd+cmsdb+json": [".cms"]
      },
      "icons": [
        {
          "src": "icon.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}