{
  "name": "ReVision AI",
  "short_name": "ReVision",
  "description": "ReVision PWA: camera reading and document reader.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1d6ea4",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./install.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./install.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Camera",
      "short_name": "Camera",
      "url": "./index.html",
      "icons": [{ "src": "./install.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Nav Mode",
      "short_name": "Nav",
      "url": "./nav.html",
      "icons": [{ "src": "./install.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Document Reader",
      "short_name": "Documents",
      "url": "./pdf.html",
      "icons": [{ "src": "./install.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "./profile.html",
      "icons": [{ "src": "./install.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
