Initial commit from agent-native create
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "App",
|
||||
"short_name": "App",
|
||||
"description": "Workspace app for App.",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#111111",
|
||||
"theme_color": "#18181B",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-192.svg",
|
||||
"sizes": "192x192",
|
||||
"type": "image/svg+xml"
|
||||
},
|
||||
{
|
||||
"src": "icon-512.svg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/svg+xml"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user