CLIO v1.0 — Scanner Inteligente com IA (MVP)

This commit is contained in:
Jarvis Deploy
2026-02-10 23:05:41 +00:00
commit 8e903d9222
41 changed files with 3190 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "CLIO — Scanner Inteligente com IA",
"short_name": "CLIO",
"description": "Escaneie documentos com IA. OCR, categorização e extração automática.",
"start_url": "/",
"display": "standalone",
"background_color": "#0A0E17",
"theme_color": "#6C63FF",
"orientation": "portrait",
"icons": [
{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
{ "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }
]
}