move to Donetick Org, First commit frontend
This commit is contained in:
commit
2657469964
105 changed files with 21572 additions and 0 deletions
24
src/manifest/site.webmanifest
Normal file
24
src/manifest/site.webmanifest
Normal file
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue