add to homescreen feature
This commit is contained in:
7
public/icon.svg
Normal file
7
public/icon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 13 KiB |
24
public/manifest.json
Normal file
24
public/manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Grateful Journal",
|
||||
"short_name": "Grateful",
|
||||
"description": "Your private, encrypted gratitude journal",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#f0fdf4",
|
||||
"theme_color": "#16a34a",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user