{
  "name": "All-In-One — QR Code Generator & Digital Profiles",
  "short_name": "All-In-One",
  "description": "Free, offline-first QR Code & barcode scanner and generator, plus unlimited digital profiles with dynamic QR codes. Scan with camera or image, generate EAN-13, UPC-A, Code 128, PDF417 & more — no sign-up needed.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#080E1E",
  "theme_color": "#080E1E",
  "orientation": "portrait-primary",
  "color_scheme": "dark light",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon_io/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon_io/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot/screen-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — All-In-One Home"
    },
    {
      "src": "/screenshot/screen-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Camera Scanner"
    },
    {
      "src": "/screenshot/screen-3.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "QR Code Generator"
    },
    {
      "src": "/screenshot/screen-4.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Scan History Vault"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Open the camera scanner",
      "url": "/scanner",
      "icons": [{ "src": "/favicon_io/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Generate QR Code",
      "short_name": "QR Generator",
      "description": "Create a custom QR code",
      "url": "/qr-generator",
      "icons": [{ "src": "/favicon_io/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Generate Barcode",
      "short_name": "Barcode",
      "description": "Create a custom barcode",
      "url": "/barcode-generator",
      "icons": [{ "src": "/favicon_io/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
