diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/manifest.json b/manifest.json deleted file mode 100644 index a93e9aa..0000000 --- a/manifest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" -} |