{
  "name": "The Rack - Breeding Management",
  "short_name": "The Rack",
  "description": "Ball python breeding program management app",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1f2937",
  "background_color": "#ffffff",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Add Breeder",
      "short_name": "Breeder",
      "url": "/?action=add-breeder"
    },
    {
      "name": "Add Clutch",
      "short_name": "Clutch",
      "url": "/?action=add-clutch"
    },
    {
      "name": "Log Activity",
      "short_name": "Activity",
      "url": "/?action=add-activity"
    }
  ],
  "categories": ["productivity", "business"]
}
