{
  "name": "Universal Remote",
  "short_name": "Universal Remote",
  "description": "A remote control for your home",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#673AB7",
  "background_color": "#000000",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "categories": [
    "entertainment",
    "home-automation",
    "lifestyle",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "TV",
      "short_name": "TV",
      "url": "/tv"
    },
    {
      "name": "Media",
      "short_name": "Media",
      "url": "/media"
    },
    {
      "name": "Lights",
      "short_name": "Lights",
      "url": "/lights"
    },
    {
      "name": "Switches",
      "short_name": "Switches",
      "url": "/switches"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/settings"
    }
  ]
}
