{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/web-manifest.json",
  "name": "Vertex",
  "short_name": "Vertex",
  "theme_color": "#008029",
  "background_color": "#fff",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "shortcuts": [
    {
      "url": "/",
      "name": "Demo"
    }
  ]
}
