{
  "name": "Zero-Downtime Schema Migration Guide",
  "short_name": "ZDT Schema",
  "description": "A comprehensive guide to safe database schema migrations with zero downtime.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF3E0",
  "theme_color": "#8B3A3A",
  "lang": "en",
  "categories": ["education", "productivity", "developer tools"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zero-Downtime Schema Migration Guide – Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "Migration Fundamentals",
      "short_name": "Fundamentals",
      "description": "Database migration fundamentals and tool selection",
      "url": "/database-migration-fundamentals-tool-selection/",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Zero-Downtime Patterns",
      "short_name": "Patterns",
      "description": "Expand/contract, dual-write, and backfill patterns",
      "url": "/zero-downtime-schema-evolution-patterns/",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ORM Workflows",
      "short_name": "ORM",
      "description": "Prisma and Drizzle migration workflows",
      "url": "/orm-framework-migration-workflows/",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

