Files
arthur-os/shell/plugins/weather/manifest.json
T

22 lines
456 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.weather",
"name": "Weather",
"version": "1.0.0",
"author": "Omarchy",
"description": "Weather pill with detail popup",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Weather",
"description": "Weather pill with detail popup",
"category": "Info",
"allowMultiple": false,
"settingsForm": "weatherSettings"
}
}