관리-도구
편집 파일: manifest.json
{ "name": "updates", "priority": 0, "conditions": [ {"path-exists": "/lib/systemd/system/packagekit.service"}, {"path-not-exists": "/sysroot/ostree"} ], "tools": { "index": { "label": "Software updates", "docs": [ { "label": "Managing software updates", "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-software-updates-in-the-web-console_system-management-using-the-rhel-9-web-console" } ], "keywords": [ { "matches": ["package", "packagekit", "dnf", "yum", "apt-get", "security", "kpatch", "updates"] } ] } }, "preload": [ "index" ], "content-security-policy": "default-src 'self'; img-src 'self' data:; font-src 'self' data:;" }