From 49ff1d32a7e3569a46e2311beedd66a6bb0520e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Mon, 30 Mar 2020 15:12:21 +0200 Subject: initial commit --- manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" +} -- cgit v1.2.3