Readur/frontend/public/manifest.json

78 lines
1.7 KiB
JSON

{
"name": "Readur - Document Intelligence Platform",
"short_name": "Readur",
"description": "AI-powered document management with OCR and intelligent search",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#6366f1",
"orientation": "portrait-primary",
"icons": [
{
"src": "/readur-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/readur-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"categories": ["productivity", "utilities", "business"],
"shortcuts": [
{
"name": "Upload Document",
"short_name": "Upload",
"description": "Upload a new document",
"url": "/upload",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
},
{
"name": "Search Documents",
"short_name": "Search",
"description": "Search your documents",
"url": "/search",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
}
],
"screenshots": [],
"display_override": ["standalone", "minimal-ui"],
"prefer_related_applications": false
}