{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Landing Page | rajivdubey.tech",
  "short_name": "Landing Page",
  "start_url": ".",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#fff",
  "description": "🌀 Personal landing page website built with QwickCity, Typescript & Tailwind CSS."
}
