{
  "name": "ResiAX — UK Tenant Support",
  "short_name": "ResiAX",
  "description": "AI-first tenant support: report repairs by voice, track issues, manage your home — all in one place.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAFA",
  "theme_color": "#E5682C",
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Voice repair report",
      "short_name": "Voice triage",
      "description": "Talk to the AI assistant to raise a repair ticket in seconds",
      "url": "/?action=voice&source=shortcut",
      "icons": [
        {
          "src": "/icons/voice-shortcut-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/icons/voice-shortcut-96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "New ticket",
      "short_name": "New ticket",
      "description": "Open the create-ticket form",
      "url": "/?action=create-ticket&source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your home dashboard",
      "url": "/?action=dashboard&source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
