{
  "name": "Local Infrastructure Audit App",
  "short_name": "LIAA",
  "description": "LIAA — Local Infra Audit App for DILG building inspections. Supports offline inspection with background sync.",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "fullscreen",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay",
    "fullscreen"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#C9282D",
  "background_color": "#1c1008",
  "dir": "ltr",
  "lang": "en-PH",
  "categories": [
    "productivity",
    "utilities",
    "government"
  ],
  "icons": [
    {
      "src": "/assets/icons/liaa-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/liaa-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/liaa-logo-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "description": "Start a new building inspection",
      "url": "/?action=new-inspection&source=shortcut",
      "icons": [
        {
          "src": "/assets/icons/liaa-logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pending Sync",
      "short_name": "Sync Queue",
      "description": "View submissions waiting to sync",
      "url": "/?action=pending-sync&source=shortcut",
      "icons": [
        {
          "src": "/assets/icons/liaa-logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/liaa-desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LIAA dashboard on desktop"
    },
    {
      "src": "/assets/screenshots/liaa-mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "New inspection form on mobile"
    }
  ],
  "prefer_related_applications": false,
  "scope": "/"
}
