{
  "id": "/",
  "name": "Cert Ops Platform",
  "short_name": "Cert Ops",
  "description": "Azure-first certificate operations console for expiry, renewal, credential, notification, audit, and admin workflows.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f7f9",
  "theme_color": "#059669",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Certificate Inventory",
      "short_name": "Inventory",
      "description": "Review certificates, expiry posture, ownership, and renewal readiness.",
      "url": "/certificates",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Credential Risks",
      "short_name": "Credentials",
      "description": "Open the Azure DevOps and Entra credential expiry monitor.",
      "url": "/credentials",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pending Notifications",
      "short_name": "Notifications",
      "description": "Review pending certificate and credential notifications.",
      "url": "/notifications?status=pending",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Admin Settings",
      "short_name": "Admin",
      "description": "Open platform settings, vault onboarding, and runtime posture.",
      "url": "/admin",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
