This commit is contained in:
pavel 2026-02-12 00:50:18 +01:00
commit a1dbb328e0
7 changed files with 61 additions and 0 deletions

21
frontend/manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "Antigravity Agency Dashboard",
"short_name": "Agency",
"description": "Autonomous AI Agent Dashboard",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0c",
"theme_color": "#5d5dff",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}