{
  "id": "/",
  "name": "Room Controls",
  "short_name": "Lights",
  "description": "Bedroom and RGB light controls with local-first device access and cloud fallback.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#090910",
  "theme_color": "#090910",
  "categories": [
    "utilities",
    "home"
  ],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bedroom Lights",
      "short_name": "Bedroom",
      "description": "Open bedroom light switches",
      "url": "/?tab=bedroom",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "RGB Lights",
      "short_name": "RGB",
      "description": "Open RGB ambient light controls",
      "url": "/?tab=rgb",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}