{
  "name": "viewer.",
  "short_name": "viewer.",
  "description": "Collaborative video review and approval by Roy Studio",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#080809",
  "theme_color": "#5B53FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo-icon-512-white.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}