12 lines
392 B
JSON
12 lines
392 B
JSON
|
|
{
|
||
|
|
"id": "examplePopoutWidget",
|
||
|
|
"name": "Example Popout Widget",
|
||
|
|
"description": "Bar widget that opens a popout panel. Demonstrates PopoutComponent and layer namespaces.",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"author": "DMS Plugin Skill",
|
||
|
|
"icon": "menu",
|
||
|
|
"type": "widget",
|
||
|
|
"capabilities": ["dankbar-widget"],
|
||
|
|
"component": "./Widget.qml",
|
||
|
|
"permissions": ["settings_read", "settings_write"]
|
||
|
|
}
|