23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"name": "Fredriks todos",
|
|
"short_name": "TODO",
|
|
"description": "Fredriks app to manage tasks in Org mode format.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#4CAF50",
|
|
"icons": [
|
|
{
|
|
"src": "icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|
|
|