{
  "name": "Logo App - Best Online Store",
  "short_name": "Logo",
  "description": "Your trusted online mart for quality products with fast delivery and excellent service",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#da532c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "ecommerce", "retail"],
  "lang": "en",
  "dir": "ltr"
} 