{
  "name": "NexAI CG",
  "short_name": "NexAI CG",
  "description": "AI pipeline for cinematic video creators. Generate clip prompts, character bibles, storyboards and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080c10",
  "theme_color": "#0fd4a4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pipeline Generator",
      "short_name": "Pipeline",
      "description": "Generate cinematic clip prompts",
      "url": "/pipeline-generator.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Character Bible",
      "short_name": "Character",
      "description": "Generate 8K character sheets",
      "url": "/character.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Storyboard Engine",
      "short_name": "Storyboard",
      "description": "Generate scene-by-scene storyboards",
      "url": "/storyboard.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Upload Checklist",
      "short_name": "Checklist",
      "description": "Pre-flight QA for YouTube uploads",
      "url": "/checklist.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
