Robin Herbots 3 years ago
parent
commit
2e49929f15
2 changed files with 16 additions and 21 deletions
  1. 1 21
      index.html
  2. 15 0
      manifest.json

File diff suppressed because it is too large
+ 1 - 21
index.html


+ 15 - 0
manifest.json

@@ -0,0 +1,15 @@
+{
+  "short_name": "Inputmask Docs",
+  "name": "Inputmask Documentation",
+  "icons": [
+    {
+      "src": "favicon.ico",
+      "sizes": "64x64 32x32 24x24 16x16",
+      "type": "image/x-icon"
+    }
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}