{
  "name": "Hey Boo — Smart Home",
  "short_name": "Hey Boo",
  "description": "Voice-control your smart home with Hey Boo — Boojee Estate AI assistant",
  "start_url": "/heyboo/app/",
  "scope": "/heyboo/app/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050506",
  "theme_color": "#050506",
  "categories": ["utilities", "lifestyle"],
  "icons": [
    {
      "src": "/assets/boojee-og.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Lights On",
      "short_name": "Lights On",
      "description": "Turn on living room lights",
      "url": "/heyboo/app/?cmd=turn+on+the+living+room+lights"
    },
    {
      "name": "Lock Up",
      "short_name": "Lock",
      "description": "Lock the front door",
      "url": "/heyboo/app/?cmd=lock+the+front+door"
    }
  ]
}
