{
  "id": "africa.viro.app",
  "name": "Viro Africa",
  "short_name": "Viro",
  "description": "Premium Short Video Platform for Africa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui",
    "standalone"
  ],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#0ea5e9",
  "icons": [
    {
      "src": "../icons/icon-48.webp",
      "type": "image/png",
      "sizes": "48x48",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-72.webp",
      "type": "image/png",
      "sizes": "72x72",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-96.webp",
      "type": "image/png",
      "sizes": "96x96",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-128.webp",
      "type": "image/png",
      "sizes": "128x128",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-192.webp",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-256.webp",
      "type": "image/png",
      "sizes": "256x256",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/icon-512.webp",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-auth.png",
      "sizes": "540x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Authentication"
    },
    {
      "src": "screenshot-explore.png",
      "sizes": "540x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Explore Viro"
    },
    {
      "src": "screenshot-feed.png",
      "sizes": "540x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Video Feed"
    }
  ],
  "categories": [
    "social",
    "entertainment",
    "video"
  ],
  "shortcuts": [
    {
      "name": "Explore",
      "url": "/explore",
      "icons": [
        {
          "src": "logo-viro.png",
          "sizes": "640x640"
        }
      ]
    },
    {
      "name": "Create",
      "url": "/upload",
      "icons": [
        {
          "src": "logo-viro.png",
          "sizes": "640x640"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "description",
      "files": [
        {
          "name": "video",
          "accept": [
            "video/mp4",
            "video/quicktime"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "video/mp4": [
          ".mp4"
        ],
        "video/quicktime": [
          ".mov"
        ]
      }
    }
  ],
  "iarc_rating_id": "0e86a070-52a8-11ed-bdc3-0242ac120002",
  "lang": "en",
  "dir": "ltr"
}
