{
  "name": "RuffCut Studios",
  "short_name": "RuffCut",
  "description": "AI-powered production management platform for script writing, storyboarding, and video production",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0d13",
  "theme_color": "#6366f1",
  "orientation": "any",
  "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"
    }
  ],
  "categories": ["productivity", "creative", "video"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new project",
      "url": "/#projects?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Script Editor",
      "short_name": "Script",
      "description": "Open script editor",
      "url": "/#script",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

