configure manifest for kunkun ext

This commit is contained in:
Huakun Shen 2025-03-18 05:32:32 -04:00
parent 8269d6f95a
commit b3775dea23
No known key found for this signature in database

View File

@ -1,8 +1,34 @@
{
"name": "neohtop",
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-neohtop",
"version": "1.1.2",
"description": "",
"type": "module",
"kunkun": {
"name": "neohtop",
"shortDescription": "A modern, cross-platform system monitor",
"longDescription": "A modern, cross-platform system monitor",
"identifier": "neohtop",
"demoImages": [
"https://i.imgur.com/z2XWAPi.jpeg"
],
"permissions": [
"system-info:process"
],
"icon": {
"type": "remote-url",
"value": "https://github.com/Abdenasser/neohtop/raw/main/app-icon.png"
},
"customUiCmds": [
{
"name": "neohtop",
"main": "/",
"dist": "build",
"devMain": "http://localhost:1420",
"cmds": []
}
]
},
"scripts": {
"dev": "vite dev",
"build": "vite build",