{
  "name": "PodBoard Studio",
  "short_name": "PodBoard",
  "description": "Podcast production and management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "prefer_related_applications": false,
  "categories": ["productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48 96x96 128x128",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PodBoard Dashboard"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PodBoard Shows"
    }
  ]
}
