{
  "short_name": "Auphonic Web",
  "name": "Auphonic Web Service",
  "icons": [
    {
      "src": "/static/images/app-logo/launcher-icon-2x.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/static/images/app-logo/launcher-icon-3x.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/static/images/app-logo/launcher-icon-4x.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "/engine",
  "display": "standalone",


  "share_target": {
    "action": "/engine/new-production-from-shared-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media",
          "accept": ["audio/*", "video/*"]
        }
      ]
    }
  }
}