{
  "name": "PhoneLens Pro v0.8",
  "short_name": "PhoneLens Pro",
  "description": "Phone diagnostics with an interactive 3D Digital Twin.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050b14",
  "theme_color": "#07111f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}