{
  "name": "VLOKR",
  "short_name": "VLOKR",
  "description": "Short videos. Endless discovery.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00d4aa",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/vlokr-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vlokr-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/vlokr-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "categories": ["entertainment", "social"],
  "shortcuts": [
    {
      "name": "Browse Feed",
      "url": "/?feed=true",
      "description": "Jump straight to the video feed"
    },
    {
      "name": "Upload Video",
      "url": "/upload",
      "description": "Upload a new video"
    }
  ]
}
