{
  "name": "Dommux Smart Home",
  "short_name": "Dommux",
  "description": "Control your smart home with Dommux — lighting, climate, security, audio and more from a single app.",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#D4A843",
  "orientation": "portrait",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
