{
  "name": "The E place TV",
  "short_name": "E place TV",
  "description": "Live TV Streaming Application for Vidaa OS",
  "version": "1.0.0",
  "developer": {
    "name": "The E place",
    "url": "https://www.theeplace.co.za"
  },
  "launch_path": "/index.html",
  "icons": [
    {
      "src": "icon_80x80.png",
      "sizes": "80x80",
      "type": "image/png"
    },
    {
      "src": "icon_96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icon_128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon_256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "type": "web",
  "categories": [
    "entertainment",
    "video"
  ],
  "permissions": [
    "http://*",
    "https://*"
  ],
  "display": "fullscreen",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.theeplace.co.za/manifest.json"
    }
  ]
}