{
  "id": "/?source=pwa",
  "name": "Curtain Up",
  "short_name": "Curtain Up",
  "description": "Upload your script, cast every voice, and run scenes live with AI partners. Premium rehearsal for actors, students, and theater makers.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "categories": [
    "entertainment",
    "utilities"
  ],
  "package_name": "com.curtainup.app",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your rehearsals and auditions",
      "url": "/dashboard?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Audition",
      "short_name": "New Audition",
      "description": "Upload a new script and create an audition",
      "url": "/auditions/new?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pricing Plans",
      "short_name": "Pricing",
      "description": "View pricing plans and subscription tiers",
      "url": "/pricing?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/marketing/screenshots/desktop/landing.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Curtain Up Landing Page"
    },
    {
      "src": "/marketing/screenshots/desktop/dashboard.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Your Rehearsal Dashboard"
    },
    {
      "src": "/marketing/screenshots/desktop/rehearsal-room.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The Interactive Rehearsal Room"
    },
    {
      "src": "/marketing/screenshots/mobile/landing.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Curtain Up Landing Page on Mobile"
    },
    {
      "src": "/marketing/screenshots/mobile/dashboard.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your Rehearsal Dashboard on Mobile"
    },
    {
      "src": "/marketing/screenshots/mobile/rehearsal-room.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The Interactive Rehearsal Room on Mobile"
    }
  ]
}
