summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.webmanifest25
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"
+}