{ "name": "拍照识字 · OCR", "short_name": "拍照识字", "description": "用手机摄像头拍照,在手机本地离线完成中英文 OCR 文字识别。图片和文字都不上传。", "lang": "zh-CN", "dir": "ltr", "start_url": "./", "scope": "./", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "orientation": "any", "background_color": "#f5f6f8", "theme_color": "#3b62f6", "categories": ["utilities", "productivity", "photo"], "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" } ], "shortcuts": [ { "name": "从相册识别", "short_name": "相册", "url": "./?pick=1", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] } ] }