{
  "name": "Budgie DNA Lab",
  "short_name": "Budgie Lab",
  "description": "A Punnett-square breeding calculator and mutation encyclopedia for budgerigars, with AI-generated chick field notes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8f2",
  "theme_color": "#0b1220",
  "categories": ["education", "science", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Breeding Calculator",
      "short_name": "Calculator",
      "description": "Open the Punnett-square breeding calculator",
      "url": "/calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mutation Index",
      "short_name": "Index",
      "description": "Browse the mutation encyclopedia",
      "url": "/mutations",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
