summaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..948e43b
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,32 @@
+{
+
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#000000",
+ "name": "Indoteknik Delivery",
+ "short_name": "Scanner",
+ "icons": [
+ {
+ "src": "/icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+ }
+ \ No newline at end of file