diff --git a/package.json b/package.json index 911323b..e58ca68 100644 --- a/package.json +++ b/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",