diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-08-29 23:24:38 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-08-29 23:24:38 +0200 |
commit | f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46 (patch) | |
tree | 5018ee371dec39de299afa09ab286b4c8a2649da /manifest.json | |
download | ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.gz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.bz2 ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.lz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.xz ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.tar.zst ttx-app-f9fa3aaf35b6d8a14966de204bc1ffbc3541ea46.zip |
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a93e9aa --- /dev/null +++ b/manifest.json @@ -0,0 +1,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" +} |