mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
configure manifest for kunkun ext
This commit is contained in:
parent
8269d6f95a
commit
b3775dea23
28
package.json
28
package.json
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user