add manifest info and icon

This commit is contained in:
2026-01-03 16:01:52 -05:00
parent ee64902a06
commit 6fde39d6a4
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
{ {
"title": "Romm", "title": "Romm",
"version": "0.1.0", "version": "0.1.0",
"author":"Kevin Whitaker <kevin@eyecreate.org>",
"description":"A beautiful, powerful, self-hosted rom manager and player.",
"healthCheckPath": "/", "healthCheckPath": "/",
"httpPort": 3000, "httpPort": 3000,
"memoryLimit": 1048576000, "memoryLimit": 1048576000,
@@ -14,5 +16,7 @@
}, },
"redis": { "noPassword": true } "redis": { "noPassword": true }
}, },
"website":"https://romm.app/",
"icon":"file://icon.png",
"manifestVersion": 2 "manifestVersion": 2
} }

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 13 KiB