{
  "name": "L!T — Video Drops & Live Calls",
  "short_name": "L!T",
  "description": "The social app that actually gets you moving. Video drops, live streaming, real money challenges, in-venue ordering, video calls — all in one place. Built different. Built Lit.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050009",
  "theme_color": "#1a003a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Video Drops Feed"
    },
    {
      "src": "/assets/screenshots/profile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "User Profile"
    },
    {
      "src": "/assets/screenshots/litpay.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "L!T Pay Wallet"
    }
  ],
  "categories": ["social", "entertainment", "shopping"],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Video Drops",
      "url": "/",
      "description": "See the latest drops"
    },
    {
      "name": "Messages",
      "url": "/inbox",
      "description": "Open your inbox"
    },
    {
      "name": "Go Live",
      "url": "/go-live",
      "description": "Start streaming"
    }
  ]
}
