{
  "name": "Web Accessibility (a11y) Testing in CI/CD",
  "short_name": "a11y CI/CD",
  "description": "Production-focused resources for automated accessibility testing in modern CI/CD pipelines.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fafaf9",
  "theme_color": "#0d9488",
  "lang": "en",
  "categories": ["education", "technology", "developer"],
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fundamentals & Tools",
      "short_name": "Fundamentals",
      "url": "/web-accessibility-testing-fundamentals-tool-selection/",
      "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "CI/CD Integration",
      "short_name": "CI/CD",
      "url": "/cicd-integration-automated-quality-gating/",
      "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Custom Rules",
      "short_name": "Custom Rules",
      "url": "/custom-rule-development-context-aware-testing/",
      "icons": [{ "src": "/assets/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

