Files
playbook/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest
T
2026-07-21 00:03:13 +00:00

18 lines
433 B
JSON

{
"name": "AAS Core Preview",
"short_name": "AAS Core",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"description": "Neutral catalog retrieval, agent-owned skill selection, and stack review backed by the Agentic Awesome Skills catalog.",
"icons": [
{
"src": "vite.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}