16
apps/web/public/manifest.json
Executable file
16
apps/web/public/manifest.json
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user