{
  "name": "GRID QR Code Generator",
  "short_name": "GRID QR",
  "description": "Advanced free QR code generator with custom styling, logo integration, and multiple QR code formats",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GRID QR Code Generator - Desktop View"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GRID QR Code Generator - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate QR Code",
      "short_name": "Generate",
      "description": "Quickly generate a new QR code",
      "url": "/?action=generate",
      "icons": [{ "src": "/icon-generate.png", "sizes": "96x96" }]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan an existing QR code",
      "url": "/?action=scan",
      "icons": [{ "src": "/icon-scan.png", "sizes": "96x96" }]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "description": "Browse QR code templates",
      "url": "/templates",
      "icons": [{ "src": "/icon-templates.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
