{
  "short_name": "CappyTV",
  "name": "CappyTV Media Center",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ],
  "start_url": "/",
  "background_color": "#000000",
  "theme_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Search Media",
      "short_name": "Search",
      "description": "Find a movie or show",
      "url": "/search"
    },
    {
      "name": "Browse Library",
      "short_name": "Library",
      "url": "/library"
    }
  ]
}
