{
    "name": "Web Version Loader",
    "headline": "Web Version Loader",
    "version": "1.0.2",
    "parameter": "content:http://web.msx.benzac.de/msx/start.json",
    "note": "For this service, Media Station X 0.1.0 or higher is needed.",
    "launcher": {
        "icon": "public",
        "image": "none",
        "color": "msx-black-soft"
    },
    "restore": false,
    "pages": [{
            "items": [{
                    "type": "space",
                    "layout": "0,0,12,3",
                    "text": [
                        "This service allows you to use the latest version of Media Station X by loading the web version (either via {txt:msx-white:HTTP} or {txt:msx-white:HTTPS}).",
                        " Please note that the web version has a different start parameter and different settings than the current version.",
                        " Therefore, you have to reconfigure the start parameter and the settings after the web version is loaded.",
                        " Please also note that if the web version is loaded via {txt:msx-white:HTTPS}, the security lock {ico:msx-white:lock} must always be set and all JSON files and plugins must be provided via {txt:msx-white:HTTPS} (the application will automatically update the protocol from {txt:msx-white:http://} to  {txt:msx-white:https://} for these URLs).",
                        "{br}{br}",
                        "{ico:msx-blue:info} If you want to leave the web version, please select {txt:msx-white:Leave} from the context menu."
                    ]
                }, {
                    "type": "control",
                    "layout": "0,3,6,1",
                    "icon": "lock-open",
                    "label": "Load Web Version via HTTP",
                    "action": "link:http://msx.benzac.de?leave=1"
                }, {
                    "type": "control",
                    "layout": "0,4,6,1",
                    "icon": "lock",
                    "label": "Load Web Version via HTTPS",
                    "action": "link:https://msx.benzac.de?leave=1"
                }]
        }]
}