Vendored Augani/openreel-video (MIT) into services/editor and wired it to the MAM. Editor runs as its own container on port 47435. Library assets pull in via ?asset=<uuid>; render exports route back via POST /api/v1/upload/simple. Sidebar Editor link on every page; Edit button on every preview modal. See services/editor/INTEGRATION.md for the patch map.
19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"name": "OpenReel Image",
|
|
"short_name": "OpenReel",
|
|
"description": "Professional browser-based graphic design editor",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#22c55e",
|
|
"orientation": "landscape",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["graphics", "design", "productivity"]
|
|
}
|