{
  "name": "CalmClip: Edit Video Locally",
  "short_name": "CalmClip",
  "description": "Trim, caption, and export video instantly. Zero uploads. 100% local processing with WebAssembly. No account required.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f0f11",
  "theme_color": "#0e0e12",
  "categories": ["productivity", "utilities", "video"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Edit a video",
      "short_name": "New edit",
      "description": "Open CalmClip and drop a video to start editing immediately",
      "url": "/?source=shortcut-edit",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Record screen",
      "short_name": "Record",
      "description": "Capture your screen or a browser tab directly inside CalmClip",
      "url": "/?source=shortcut-record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/?source=file-handler",
      "accept": {
        "video/mp4":        [".mp4"],
        "video/webm":       [".webm"],
        "video/quicktime":  [".mov"],
        "video/x-matroska": [".mkv"],
        "video/x-msvideo":  [".avi"],
        "audio/mpeg":       [".mp3"],
        "audio/wav":        [".wav"],
        "audio/mp4":        [".m4a"],
        "audio/ogg":        [".ogg"],
        "audio/flac":       [".flac"],
        "audio/aac":        [".aac"]
      }
    }
  ],
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "video",
          "accept": ["video/mp4", "video/webm", "video/quicktime", "video/x-matroska", "audio/mpeg", "audio/wav", "audio/mp4", "audio/ogg", "audio/flac", "audio/aac"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+calmclip",
      "url": "/?protocol=%s"
    }
  ]
}
