{
  "name": "Vy2B — Watch Before You Buy",
  "short_name": "Vy2B",
  "description": "The video-first marketplace for buying and selling businesses.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f9f7f4",
  "theme_color": "#4f46e5",
  "lang": "en-US",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Video Feed",
      "short_name": "Feed",
      "url": "/feed",
      "description": "Watch business videos",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "url": "/",
      "description": "Browse businesses for sale",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
