aboutsummaryrefslogtreecommitdiffstats
path: root/src/manifest/site.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/manifest/site.webmanifest24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/manifest/site.webmanifest b/src/manifest/site.webmanifest
new file mode 100644
index 0000000..ada3b78
--- /dev/null
+++ b/src/manifest/site.webmanifest
@@ -0,0 +1,24 @@
+{
+ "name": "Donetick: Simplify Tasks & Chores, Together.",
+ "short_name": "Donetick",
+ "description": "An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized",
+ "start_url": "/index.html",
+ "scope": "/",
+ "lang": "en",
+
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}