aboutsummaryrefslogtreecommitdiff
path: root/resources/ir.webmanifest
blob: 256b7ce71cd291e1c9c93c360c5e52025e71743c (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": "/ir/"
}