{
  "short_name": "Gulab Packing Slip",
  "name": "Gulab Packing Slip Generator",
  "description": "Create professional packing slips instantly with Gulab's easy-to-use generator",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#4F46E5",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Gulab Packing Slip Generator - Main Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Slip",
      "short_name": "New Slip",
      "description": "Create a new packing slip",
      "url": "/create-slip",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ],
  "author": "Gulab",
  "lang": "en-US",
  "dir": "ltr"
} 