{ "name": "Scanr — QR Reader", "short_name": "Scanr", "description": "Fast, offline-capable QR code scanner. Camera and image input, smart action handling, and a local scan log.", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#0a0a0a", "theme_color": "#0a0a0a", "categories": ["utilities", "productivity"], "icons": [ { "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "shortcuts": [ { "name": "Scan now", "short_name": "Scan", "url": "./?action=scan", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] } ] }