about summary refs log tree commit diff stats
path: root/js/inknswitch/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/inknswitch/manifest.json')
-rw-r--r--js/inknswitch/manifest.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/js/inknswitch/manifest.json b/js/inknswitch/manifest.json
new file mode 100644
index 0000000..6d136bc
--- /dev/null
+++ b/js/inknswitch/manifest.json
@@ -0,0 +1,47 @@
+{
+    "name": "ink n switch",
+    "short_name": "App",
+    "description": "a toy for taking notes and drawing pictures",
+    "start_url": ".\/index.html",
+    "display": "standalone",
+    "background_color": "#fff",
+    "theme_color": "#3f51b5",
+    "icons": [
+      {
+       "src": ".\/android-icon-36x36.png",
+       "sizes": "36x36",
+       "type": "image\/png",
+       "density": "0.75"
+      },
+      {
+       "src": ".\/android-icon-48x48.png",
+       "sizes": "48x48",
+       "type": "image\/png",
+       "density": "1.0"
+      },
+      {
+       "src": ".\/android-icon-72x72.png",
+       "sizes": "72x72",
+       "type": "image\/png",
+       "density": "1.5"
+      },
+      {
+       "src": ".\/android-icon-96x96.png",
+       "sizes": "96x96",
+       "type": "image\/png",
+       "density": "2.0"
+      },
+      {
+       "src": ".\/android-icon-144x144.png",
+       "sizes": "144x144",
+       "type": "image\/png",
+       "density": "3.0"
+      },
+      {
+       "src": ".\/android-icon-192x192.png",
+       "sizes": "192x192",
+       "type": "image\/png",
+       "density": "4.0"
+      }
+     ]
+  }
\ No newline at end of file