aboutsummaryrefslogtreecommitdiff
path: root/resources/ir.webmanifest
blob: 55c8fd79f4f545ba529c9d2c93e14b2c40c63cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "background_color": "white",
  "description": "Living room infrared control",
  "display": "standalone",
  "icons": [
    {
      "src": "ir.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "name": "Infrared control",
  "short_name": "IR",
  "start_url": "/mc/"
}