aboutsummaryrefslogtreecommitdiff
path: root/resources/ir.webmanifest
blob: ab5f6e89fe7b24928068d09f7d5e418736b0837b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "background_color": "white",
  "description": "Living room media control",
  "display": "standalone",
  "icons": [
    {
      "src": "ir.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "name": "Media Control",
  "short_name": "MC",
  "start_url": "<.uri.add('..').path>"
}