{
  "id": "com.v4s.dashboard",
  "name": "V4S Dashboard",
  "short_name": "V4S",
  "description": "Interactive execution platform based on 4 structural elements with client-side BYOK and autonomous agent protocols.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Tour",
      "short_name": "Tour",
      "description": "Start Guided Interactive Tour",
      "url": "./index.html#tour"
    },
    {
      "name": "BYOK Settings",
      "short_name": "BYOK",
      "description": "Configure Client-Side Keys",
      "url": "./index.html#byok"
    }
  ]
}
