summaryrefslogtreecommitdiff
path: root/public/icons/site.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'public/icons/site.webmanifest')
-rw-r--r--public/icons/site.webmanifest18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/icons/site.webmanifest b/public/icons/site.webmanifest
new file mode 100644
index 00000000..a3d61782
--- /dev/null
+++ b/public/icons/site.webmanifest
@@ -0,0 +1,18 @@
+{
+ "name": "HedgeDoc",
+ "short_name": "HedgeDoc",
+ "icons": [
+ {
+ "src": "/icons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icons/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#303030",
+ "background_color": "#303030"
+}