0c107a60bd
* Removed PWA kit from project, this removes a ton of dependencies
24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"theme_color":"#000",
|
|
"background_color": "#000",
|
|
"description": "Take Notes",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/api/static/assets/logo.png",
|
|
"sizes": "496x496",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/api/static/assets/maskable_icon.png",
|
|
"sizes": "826x826",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"name": "Solid Scribe",
|
|
"short_name": "Solid Scribe",
|
|
"start_url": "/#/notes",
|
|
"author":"Max"
|
|
} |