logicsrc/apps/logicsrc-web/public/manifest.webmanifest

18 lines
402 B
JSON

{
"name": "LogicSRC",
"short_name": "LogicSRC",
"description": "Open standards and schemas for human and AI agent coordination.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f6f7f4",
"theme_color": "#101418",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}