{
  "name": "Vidiport - Live Streaming Services",
  "short_name": "Vidiport",
  "description": "Connect with live streamers for real-time assistance, tours, shopping, and remote services.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#00ffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["social", "video", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Streamers",
      "short_name": "Find",
      "description": "Browse available live streamers",
      "url": "/?action=find",
      "icons": [
        {
          "src": "/icons/search-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Sessions",
      "short_name": "Sessions",
      "description": "View your active sessions",
      "url": "/?action=sessions",
      "icons": [
        {
          "src": "/icons/video-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Streamer Dashboard",
      "short_name": "Dashboard",
      "description": "Manage your streaming",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/dashboard-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vidiport home screen showing live streamers"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of streaming session"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://vidiport.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+vidiport",
      "url": "/session?id=%s"
    }
  ]
}