add manifest info and icon
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user