mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
Removed background and theme colors from manifest. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed custom color theme settings from the app's configuration. The app's display mode and all other properties remain unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"name": "ComfyUI",
|
|
"short_name": "ComfyUI",
|
|
"description": "ComfyUI: AI image generation platform",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/images/comfy-logo-single.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
],
|
|
"display": "standalone"
|
|
}
|