{
  "name": "SplashCut — Edit Video in the Browser",
  "short_name": "SplashCut",
  "description": "A browser-based video editor with timeline, captions, keyframes, and export — no install required.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/editor/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/img/pwa-splashcut-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-splashcut-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa-splashcut-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "video",
    "photography",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Open editor",
      "short_name": "Editor",
      "description": "Jump straight into the SplashCut timeline editor.",
      "url": "/editor/"
    }
  ]
}
