Files
playbook/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest
T
2026-07-09 16:04:02 +00:00

18 lines
401 B
JSON

{
"name": "Agentic Awesome Skills",
"short_name": "Agentic Skills",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"description": "A discoverable catalog of installable AI skills for agents and assistants.",
"icons": [
{
"src": "vite.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}