{
  "name": "Vernier Video Analysis",
  "short_name": "VA",
  "description": "Vernier Video Analysis® is a tool for science students to analyze the motion of real-world objects in videos.",
  "theme_color": "#000000",
  "background_color": "#373839",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "version": "3.2.0-2715",
  "categories": [
    "education"
  ],
  "icons": [
    {
      "src": "/app_icon/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app_icon/384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/app_icon/512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/app_icon/1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "/app_icon/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app_icon/icon-maskable.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "splash_pages": null,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "?/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "video/mp4",
            "video/x-m4v",
            "video/*"
          ]
        }
      ]
    }
  }
}