{
  "name": "HomeHQ \u2014 Singapore Home Records",
  "short_name": "HomeHQ",
  "description": "Track BTO defects, export contractor-ready reports, and keep home records in one place \u2014 built for Singapore homeowners.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#F7F5F0",
  "theme_color": "#17170F",
  "lang": "en-SG",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a defect",
      "short_name": "Add defect",
      "description": "Quickly log a new defect with a photo",
      "url": "/?action=add-defect",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Defect tracker",
      "short_name": "Defects",
      "description": "Open the defect list",
      "url": "/?screen=defects",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}