mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-24 12:05:21 -04:00
15 lines
480 B
JSON
15 lines
480 B
JSON
{
|
|
"id": "exampleStartupCheck",
|
|
"name": "Startup Check Example",
|
|
"description": "Demonstrates startupCheck - blocks activation when the 'boregard' dependency is missing",
|
|
"version": "1.0.0",
|
|
"author": "AvengeMedia",
|
|
"type": "widget",
|
|
"capabilities": ["dankbar-widget"],
|
|
"component": "./StartupCheckWidget.qml",
|
|
"startupCheck": "./StartupCheck.qml",
|
|
"icon": "verified_user",
|
|
"dependencies": ["boregard"],
|
|
"permissions": ["process"]
|
|
}
|