From 2657469964e24ffbeb905024532120395f6e797c Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 30 Jun 2024 18:55:39 -0400 Subject: move to Donetick Org, First commit frontend --- src/manifest/android-chrome-192x192.png | Bin 0 -> 16214 bytes src/manifest/android-chrome-512x512.png | Bin 0 -> 62163 bytes src/manifest/apple-touch-icon.png | Bin 0 -> 14922 bytes src/manifest/browserconfig.xml | 9 + src/manifest/favicon-16x16.png | Bin 0 -> 1313 bytes src/manifest/favicon-32x32.png | Bin 0 -> 1990 bytes src/manifest/favicon.ico | Bin 0 -> 15086 bytes src/manifest/logo.svg | 1185 +++++++++++++++++++++++++++++++ src/manifest/mstile-150x150.png | Bin 0 -> 9531 bytes src/manifest/safari-pinned-tab.svg | 81 +++ src/manifest/site.webmanifest | 24 + 11 files changed, 1299 insertions(+) create mode 100644 src/manifest/android-chrome-192x192.png create mode 100644 src/manifest/android-chrome-512x512.png create mode 100644 src/manifest/apple-touch-icon.png create mode 100644 src/manifest/browserconfig.xml create mode 100644 src/manifest/favicon-16x16.png create mode 100644 src/manifest/favicon-32x32.png create mode 100644 src/manifest/favicon.ico create mode 100644 src/manifest/logo.svg create mode 100644 src/manifest/mstile-150x150.png create mode 100644 src/manifest/safari-pinned-tab.svg create mode 100644 src/manifest/site.webmanifest (limited to 'src/manifest') diff --git a/src/manifest/android-chrome-192x192.png b/src/manifest/android-chrome-192x192.png new file mode 100644 index 0000000..2f74125 Binary files /dev/null and b/src/manifest/android-chrome-192x192.png differ diff --git a/src/manifest/android-chrome-512x512.png b/src/manifest/android-chrome-512x512.png new file mode 100644 index 0000000..86d6620 Binary files /dev/null and b/src/manifest/android-chrome-512x512.png differ diff --git a/src/manifest/apple-touch-icon.png b/src/manifest/apple-touch-icon.png new file mode 100644 index 0000000..ebdd14f Binary files /dev/null and b/src/manifest/apple-touch-icon.png differ diff --git a/src/manifest/browserconfig.xml b/src/manifest/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/src/manifest/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/src/manifest/favicon-16x16.png b/src/manifest/favicon-16x16.png new file mode 100644 index 0000000..83d1748 Binary files /dev/null and b/src/manifest/favicon-16x16.png differ diff --git a/src/manifest/favicon-32x32.png b/src/manifest/favicon-32x32.png new file mode 100644 index 0000000..8d4788b Binary files /dev/null and b/src/manifest/favicon-32x32.png differ diff --git a/src/manifest/favicon.ico b/src/manifest/favicon.ico new file mode 100644 index 0000000..eb40bda Binary files /dev/null and b/src/manifest/favicon.ico differ diff --git a/src/manifest/logo.svg b/src/manifest/logo.svg new file mode 100644 index 0000000..f205a47 --- /dev/null +++ b/src/manifest/logo.svg @@ -0,0 +1,1185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/manifest/mstile-150x150.png b/src/manifest/mstile-150x150.png new file mode 100644 index 0000000..6fec85c Binary files /dev/null and b/src/manifest/mstile-150x150.png differ diff --git a/src/manifest/safari-pinned-tab.svg b/src/manifest/safari-pinned-tab.svg new file mode 100644 index 0000000..e4096f0 --- /dev/null +++ b/src/manifest/safari-pinned-tab.svg @@ -0,0 +1,81 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + 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" +} -- cgit