summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json27
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"
+}