{
  "name": "Aristos ID",
  "short_name": "Aristos ID",
  "description": "Secure biometric identity and two-factor authentication",
  "start_url": "/app/index.html",
  "scope": "/app/",
  "id": "aristos-id",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#090711",
  "background_color": "#090711",
  "categories": ["security", "productivity", "utilities"],
  "lang": "en-AU",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Add account",
      "short_name": "Add",
      "description": "Add a new authenticator account",
      "url": "/app/index.html?action=add",
      "icons": [
        {
          "src": "icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Open authenticator settings",
      "url": "/app/settings.html",
      "icons": [
        {
          "src": "icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Secure authenticator dashboard"
    }
  ]
}