diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2020-08-30 21:58:09 +0200 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2020-08-30 21:58:09 +0200 |
commit | 61747983f2c2402f97233a19df7a36db62b5f636 (patch) | |
tree | c099f4ac06b16358be0e4236860284a7146e0119 /manifest.webmanifest | |
parent | Merge branch 'master' of https://github.com/sijanec/ttx-app (diff) | |
download | ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar.gz ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar.bz2 ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar.lz ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar.xz ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.tar.zst ttx-app-61747983f2c2402f97233a19df7a36db62b5f636.zip |
Diffstat (limited to 'manifest.webmanifest')
-rw-r--r-- | manifest.webmanifest | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 0000000..1b399e0 --- /dev/null +++ b/manifest.webmanifest @@ -0,0 +1,25 @@ +{ + "short_name": "Teletekst", + "name": "Teletekst, MMC - RTV Slovenija", + "description": "Spletna aplikacija za prikaz teleteksta", + "default_locale": "si", + "version": "1.0.0.0", + "icons": [ + { + "src": "/slike/icons-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/slike/icons-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/", + "background_color": "#000000", + "display": "fullscreen", + "orientation": "portrait", + "scope": "/", + "theme_color": "#000000" +} |