CLIO v1.0 — Scanner Inteligente com IA (MVP)
This commit is contained in:
14
frontend/public/manifest.json
Normal file
14
frontend/public/manifest.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user