Files
scan-tools/public/manifest.webmanifest
T
2026-09-01 14:34:51 +02:00

19 lines
411 B
JSON

{
"name": "Scan Tools",
"short_name": "Scan Tools",
"description": "Correct, assemble, recognize and export scanned pages locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#176c63",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}