{
  "short_name": "AetherCut",
  "name": "AetherCut - AI Video Editor",
  "lang": "en",
  "dir": "ltr",
  "description": "AI-powered client-side video editor with Magic Reel, Viral Kit, auto-captions, scene detection, motion tracking, and 23 creative tools",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "scope_extensions": [
    {"origin": "https://aethercut.app"},
    {"origin": "https://*.aethercut.app"}
  ],
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "tabbed", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#09090b",
  "background_color": "#09090b",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "store-screenshots/store_1_editor.jpg",
      "sizes": "1920x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AetherCut Editor — 23 creative tools with real-time canvas preview"
    },
    {
      "src": "store-screenshots/store_2_captions.jpg",
      "sizes": "1920x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AI Auto-Captions — Whisper-powered speech-to-text with timestamps"
    },
    {
      "src": "store-screenshots/store_3_scenes.jpg",
      "sizes": "1920x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AI Scene Detection — Auto-detect and split at scene boundaries"
    },
    {
      "src": "store-screenshots/store_4_tracking.jpg",
      "sizes": "1920x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ML Motion Tracking — Harris corners + Lucas-Kanade optical flow"
    },
    {
      "src": "store-screenshots/mobile_landing.jpg",
      "sizes": "393x852",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "AetherCut — AI video editing on mobile"
    }
  ],
  "categories": ["productivity", "utilities", "entertainment"],
  "note_taking": {
    "new_note_url": "/"
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.aethercut.editor",
      "id": "app.aethercut.editor"
    }
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "url": "/",
      "icons": [{"src": "icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "video/mp4": [".mp4", ".m4v"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"],
        "video/x-msvideo": [".avi"],
        "video/x-ms-wmv": [".wmv"],
        "video/x-matroska": [".mkv"],
        "video/mpeg": [".mpeg", ".mpg"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+aethercut",
      "url": "/?project=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["video/mp4", "video/webm", "video/quicktime", "video/*"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "widgets": [
    {
      "name": "AetherCut Quick Edit",
      "description": "Quick access to your recent projects and AI tools",
      "tag": "aethercut-widget",
      "ms_ac_template": "widgets/quick-edit.json",
      "data": "/api/admin/status",
      "type": "application/json",
      "screenshots": [
        {
          "src": "store-screenshots/store_1_editor.jpg",
          "sizes": "1920x800",
          "label": "AetherCut Quick Edit Widget"
        }
      ],
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "og-image.png",
          "sizes": "1200x630"
        }
      ]
    }
  ]
}
