summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-08-31 17:42:37 +0200
committersijanec <sijanecantonluka@gmail.com>2020-08-31 17:42:37 +0200
commit32ae44a564166655a2352cc1f8aa3a4f10e76960 (patch)
tree8d158ffc81be300c58a4a1a0b244d16aa71d4303
parentče sem rekel 5, sem rekel 5 (diff)
downloadttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar.gz
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar.bz2
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar.lz
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar.xz
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.tar.zst
ttx-app-32ae44a564166655a2352cc1f8aa3a4f10e76960.zip
-rw-r--r--manifest.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..1b399e0
--- /dev/null
+++ b/manifest.json
@@ -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"
+}