{
  "short_name": "Clarity",
  "name": "CLARITY Test Management Platform",
  "description": "Comprehensive test management platform for modern software teams",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Clarity-icon-orange.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#FA9001",
  "background_color": "#ffffff",
  "orientation": "any",
  "categories": ["productivity", "development", "business"],
  "prefer_related_applications": false,
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/Clarity-icon-orange.svg", "sizes": "any" }]
    },
    {
      "name": "Test Cases",
      "short_name": "Tests",
      "description": "Manage test cases",
      "url": "/test-cases",
      "icons": [{ "src": "/Clarity-icon-orange.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "display_override": ["window-controls-overlay", "standalone"],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
