{ "schemaVersion": 1, "id": "io.github.alanfortlink.screencast", "name": "Screencast", "version": "0.1.0", "author": "alanfortlink", "license": "MIT", "description": "Find the displays on your network — Google Cast, AirPlay and DLNA — and cast this desktop to them, with volume, pause and stop from the bar.", "kinds": [ "service", "bar-widget" ], "keepLoaded": true, "entryPoints": { "service": "plugin/Service.qml", "barWidget": "plugin/Panel.qml" }, "barWidget": { "displayName": "Screencast", "description": "Cast the screen to a TV, Chromecast or speaker on the network; the icon lights up while casting.", "category": "Media", "allowMultiple": false, "defaultSection": "right", "defaults": { "alwaysShow": true }, "schema": [ { "key": "alwaysShow", "type": "boolean", "label": "Show the icon even when nothing is being cast", "defaultValue": true } ] } }