summaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: a93e9aac5a098c805e3852fa0bdb2cfade6e0c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "short_name": "Teletekst RTVSLO",
  "name": "Teletekst RTV Slovenija",
  "description": "Spletna aplikacija za branje teleteksta TV Slovenija",
  "lang": "sl-SI",
  "categories": [
      "productivity",
      "utilities"
    ],
  "icons": [
    {
      "src": "/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/index.html",
  "background_color": "#000000",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#000000"
}