{
  "name": "Python Testing & Debugging Beyond unittest",
  "short_name": "PTD",
  "description": "Advanced guides for pytest architecture, strict mocking, debugging workflows, and property-based testing in production Python systems.",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#3d405b",
  "background_color": "#f4f1de",
  "display": "standalone"
}

