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..bc8dc57
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,27 @@
+{
+ "short_name": "Orodje za UPN",
+ "name": "Orodje za UPN - A. Šijanec ...",
+ "description": "Orodje za generiranje UPNQR položnic",
+ "lang": "sl-SI",
+ "categories": [
+ "productivity",
+ "utilities"
+ ],
+ "icons": [
+ {
+ "src": "./192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "./512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": "./index.html",
+ "background_color": "#000000",
+ "display": "standalone",
+ "scope": "./",
+ "theme_color": "#000000"
+}