letsss GOOO
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://github.com/AvengeMedia/DankMaterialShell/raw/refs/heads/master/PLUGINS/plugin-schema.json",
|
||||
"id": "gameBar",
|
||||
"name": "Game Bar",
|
||||
"description": "Game Bar style overlay with quick actions and system monitoring",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"author": "keule",
|
||||
"icon": "sports_esports",
|
||||
"type": "daemon",
|
||||
"capabilities": [
|
||||
"daemon",
|
||||
"ipc"
|
||||
],
|
||||
"component": "./GameBarDaemon.qml",
|
||||
"settings": "./GameBarSettings.qml",
|
||||
"requires_dms": ">=1.5.0",
|
||||
"permissions": [
|
||||
"settings_read",
|
||||
"settings_write"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user