{
  "name": "Comfort Home Automation",
  "short_name": "Comfort",
  "description": "Vogue Home Automation - Luxury smart home control system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2C4B6B",
  "theme_color": "#2C4B6B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Security",
      "short_name": "Security",
      "description": "Control security system",
      "url": "/security",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Lighting",
      "short_name": "Lights",
      "description": "Control lights",
      "url": "/lighting",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Climate",
      "short_name": "Climate",
      "description": "Control climate",
      "url": "/climate",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
