Initial commit from agent-native create

This commit is contained in:
agent-native
2026-07-25 17:10:38 +00:00
commit ffea2aeff7
120 changed files with 6804 additions and 0 deletions
+21
View File
@@ -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"
}
]
}