{
  "name": "Lens — File Viewer & Inspector",
  "short_name": "Lens",
  "description": "Open, preview and inspect HTML, JSON, XML, APK and more — offline and private.",
  "id": "/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fbfaf8",
  "theme_color": "#2348c9",
  "categories": ["utilities", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "auto" },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "screenshot-1-home.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Open any file on your device" },
    { "src": "screenshot-2-html.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Render HTML live" },
    { "src": "screenshot-4-json.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Read JSON, XML and code" }
  ]
}
