Initial Coworker app scaffold
This commit is contained in:
17
apps/desktop/public/manifest.webmanifest
Normal file
17
apps/desktop/public/manifest.webmanifest
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Coworker",
|
||||
"short_name": "Coworker",
|
||||
"display": "standalone",
|
||||
"background_color": "#111317",
|
||||
"theme_color": "#111317",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user