{
  "name": "CLM — Contract Lifecycle Management",
  "short_name": "CLM",
  "description": "Author, negotiate, sign, and manage the obligations of every contract across your organization.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#0b1324",
  "background_color": "#0b1324",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "/icon.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New contract", "short_name": "New", "url": "/contracts/new" },
    { "name": "Search", "url": "/search" },
    { "name": "My Approvals", "url": "/approval_tasks" }
  ]
}
