{
  "name": "Hypno-Video NLE",
  "short_name": "Hypno NLE",
  "description": "A zero-server local-first hypnotic video compositor and timeline editor.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape-primary",
  "background_color": "#101114",
  "theme_color": "#101114",
  "categories": ["multimedia", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Open Editor",
      "short_name": "Editor",
      "url": "/",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "video/*": [".mp4", ".webm", ".mov", ".m4v"],
        "image/*": [".png", ".jpg", ".jpeg", ".webp", ".gif", ".bmp", ".avif"],
        "audio/*": [".mp3", ".wav", ".m4a", ".aac", ".ogg"]
      }
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
