aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@users.noreply.github.com>2021-01-16 22:14:50 +0000
committerymherklotz <ymherklotz@users.noreply.github.com>2021-01-16 22:14:50 +0000
commit678816865a90216b750b9cf43f570ff3b868350f (patch)
tree643355fa62936565c6e313ec7e34cc843c868da0 /manifest.json
parent99bcb04b5d7f9fe7fbc82b3484ecdaa5c2d28b3b (diff)
downloadvericert-docs-678816865a90216b750b9cf43f570ff3b868350f.tar.gz
vericert-docs-678816865a90216b750b9cf43f570ff3b868350f.zip
deploy: baa147fd4935bc7f395847b2377ba1ffcfeb57a1
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..c9bce8a
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "Vericert",
+ "short_name": "Vericert",
+ "start_url": "/",
+ "scope": "/",
+ "display": "standalone",
+ "background_color": "#000000",
+ "theme_color": "#000000",
+ "icons": [
+ {
+ "src": "/favicon.svg",
+ "sizes": "512x512"
+ }
+ ]
+}