17 lines
357 B
JSON
Executable File
17 lines
357 B
JSON
Executable File
{
|
|
"name": "AdventureOS",
|
|
"short_name": "AdventureOS",
|
|
"description": "Your personal command centre for consistency and growth",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#5a8f3e",
|
|
"theme_color": "#3A6EA5",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|