{
    "version" : "0.1.0",
    "templates" : [
        {
            "id": "basic_web",
            "profile": ["tv"],
            "type": "webapp",
            "description": "Basic web template for webOS - none enyo library.",
            "openLevel" : 0, 
            "deps": ["webappinfo", "webicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/bootplate-web"
                }
            ]
        },
        {
            "id": "moonstone-2.3",
            "profile": ["tv"],
            "type": "null",
            "xtype": "webapp",
            "xlibrary" : "moonstone",
            "description": "Enyo 2.3 moonstone template for webOS TV 1.x",
            "openLevel" : 0, 
            "deps": ["moonstonelib"]
        },
        {
            "id": "moonstone-2.5",
            "profile": ["tv"],
            "type": "null",
            "xtype": "webapp",
            "xlibrary" : "moonstone",
            "description": "Enyo 2.5 moonstone template for webOS TV 2.x",
            "openLevel" : 0, 
            "deps": ["moonstonelib"]
        },
        {
            "id": "moonstone-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "description": "Enyo 2.6 moonstone template for webOS TV 3.x",
            "openLevel" : 0, 
            "isDefault": true,
            "deps": ["moonstonelib"]
        },
        {
            "id": "moonstone_wz-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone Wizard",
            "deps": ["moonstonelib"],
            "files": [{
                  "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/Wizard/src",
                  "at": "src"
            }]
        },
        {
            "id": "moonstone_apv-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone ActivityPanels With Video",
            "deps": ["moonstonelib"],
            "files": [{
              "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/ActivityPanelsWithVideo/src",
              "at": "src"
            }]
        },
        {
            "id": "moonstone_avpv-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone AlwaysViewingPanels With Video",
            "deps": ["moonstonelib"],
            "files": [{
              "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/AlwaysViewingPanelsWithVideo/src",
              "at": "src"
            }]
        },
        {
            "id": "moonstone_avp-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone AlwaysViewingPanels",
            "deps": ["moonstonelib"],
            "files": [{
              "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/AlwaysViewingPanels/src",
              "at": "src"
            }]
        },
        {
            "id": "moonstone_ap-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone ActivityPanels",
            "deps": ["moonstonelib"],
            "files": [{
              "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/ActivityPanels/src",
              "at": "src"
            }]
        },
        {
            "id": "moonstone_mb-2.6",
            "profile": ["tv"],
            "type": "webapp",
            "library" : "moonstone",
            "openLevel" : 0, 
            "description": "Enyo 2.6 moonstone MediaBrowser",
            "deps": ["moonstonelib"],
            "files": [{
              "url": "@PLUGINDIR@/templates/tv/template/moonstone-2.6/MediaBrowser/src",
              "at": "src"
            }]
        },
        {
            "id": "sdl_basic",
            "profile": ["tv"],
            "type": "nativeapp",
            "description": "SDL Basic UI",
            "openLevel" : 1, 
            "deps": ["nativeappinfo", "nativeicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/native/2DGames"
            }]
        },
        {
            "id": "sdl_media",
            "profile": ["tv"],
            "type": "nativeapp",
            "description": "SDL Media App",
            "openLevel" : 1, 
            "deps": ["nativeappinfo", "nativeicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/native/MediaApp"
            }]
        },
        {
            "id": "sdl_opengles1",
            "profile": ["tv"],
            "type": "nativeapp",
            "description": "SDL with OpenGLES v1.1",
            "openLevel" : 1, 
            "deps": ["nativeappinfo", "nativeicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/native/OpenGLESv1.1Project"
            }]
        },
        {
            "id": "sdl_opengles2",
            "profile": ["tv"],
            "type": "nativeapp",
            "description": "SDL with OpenGLES v2.0",
            "openLevel" : 1, 
            "deps": ["nativeappinfo", "nativeicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/native/OpenGLESv2.0Project"
            }]
        },
        {
            "id": "js_service",
            "profile": ["tv", "watch"],
            "type": "jsservice",
            "description": "webOS node.js service template",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/webos-service",
                    "at": ""
                }
            ]
        },
        {
            "id": "native_service",
            "profile": ["tv"],
            "type": "nativeservice",
            "description": "webOS native service template",
            "openLevel" : 999, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/native-service",
                    "at": ""
                }
            ]
        },
        {
            "id": "webappinfo",
            "profile": ["tv", "signage"],
            "type": "appinfo",
            "description": "appinfo.json for web app",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/webappinfo"
                }
            ]
        },
        {
            "id": "nativeappinfo",
            "profile": ["tv"],
            "type": "appinfo",
            "description": "appinfo.json for native app",
            "openLevel" : 1, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/nativeappinfo"
                }
            ]
        },
        {
            "id": "webicon",
            "profile": ["tv"],
            "type": "icon",
            "description": "web app icon files [80x80, 130x130]",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/webicon"
                }
            ]
        },
        {
            "id": "enyoicon",
            "profile": ["tv"],
            "type": "icon",
            "description": "enyo app icon files [80x80, 130x130]",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/enyoicon"
                }
            ]
        },
        {
            "id": "nativeicon",
            "profile": ["tv"],
            "type": "icon",
            "description": "native app icon files [80x80, 130x130]",
            "openLevel" : 1, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/nativeicon"
                }
            ]
        },
        {
            "id" : "app-moonstone-2.5",
            "profile" : ["tv"],
            "type" : "sources",
            "openLevel" : 0,
            "description" : "bootplate-moonstone default sources",
            "files" : [{
                "url": "@PLUGINDIR@/templates/app-moonstone-2.5"
            }]
        },
        {
            "id" : "app-moonstone",
            "profile" : ["tv"],
            "type" : "sources",
            "openLevel" : 0,
            "description" : "bootplate-moonstone default sources",
            "files" : [{
                "url": "@PLUGINDIR@/templates/app-moonstone-2.6"
            }]
        },
        {
            "id": "moonstonelib-2.3",
            "profile": ["tv"],
            "type": "library",
            "openLevel" : 0, 
            "version" : "2.6",
            "onDevice": true,
            "description": "bootplate-moonstone",
            "deps" : ["app-moonstone-2.5", "webappinfo", "enyoicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/moonstone-2.3.zip"
            }]
        },
        {
            "id": "moonstonelib-2.5",
            "profile": ["tv"],
            "type": "library",
            "openLevel" : 0, 
            "version" : "2.6",
            "onDevice": true,
            "description": "bootplate-moonstone",
            "deps" : ["app-moonstone-2.5", "webappinfo", "enyoicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/moonstone-2.5.zip"
            }]
        },
        {
            "id": "moonstonelib",
            "profile": ["tv"],
            "type": "library",
            "openLevel" : 0, 
            "version" : "2.6",
            "onDevice": true,
            "description": "bootplate-moonstone",
            "deps" : ["app-moonstone", "webappinfo", "enyoicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/moonstone-2.6.zip"
            }]
        },
        {
            "id": "web",
            "profile": ["watch"],
            "type": "webapp",
            "description": "Basic web template for webOS - none enyo library.",
            "openLevel" : 0, 
            "deps": ["w2appinfo", "w2webicon"],
            "isDefault": true,
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/bootplate-web"
                }
            ]
        },
        {
            "id": "garnet",
            "profile": ["watch"],
            "type": "webapp",
            "library" : "garnet",
            "description": "Enyo W2 bootplate garnet template",
            "openLevel" : 0, 
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/watch/app-garnet"
            }]
        },
        {
            "id": "garnet-1.0",
            "profile": ["watch_old"],
            "type": "webapp",
            "library" : "garnet",
            "description": "Enyo W2 bootplate garnet template",
            "openLevel" : 0, 
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [{
                "url": "@PLUGINDIR@/templates/watch/app-garnet"
            }]
        },
        {
            "id": "sunstone",
            "profile": ["watch_old"],
            "type": "webapp",
            "library" : "sunstone",
            "description": "Enyo W2 bootplate sunstone template",
            "openLevel" : 0, 
            "deps": ["sunstoneappinfo", "w2enyoicon", "sunstonelib" ],
            "files": [{
                "url": "@PLUGINDIR@/templates/watch/app-sunstone"
            }]
        },
        {
            "id": "cardlist",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library" : "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/cardlist/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/basicFiles"
                }
            ]
        },
        {
            "id": "gridlist",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library" : "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/gridlist/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/basicFiles"
                }
            ]
        },
        {
            "id": "indexlist",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library" : "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/indexlist/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/basicFiles"
                }
            ]
        },
        {
            "id": "list",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library" : "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/list/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/basicFiles"
                }
            ]
        },
        {
            "id": "panel",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library": "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/template/bootplate-thor/garnet/panel/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/basicFiles"
                }

            ]
        },
        {
            "id": "panelset",
            "profile": ["watch_old"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Enyo W2 bootplate garnet template",
            "library": "garnet",
            "deps": ["garnetlib", "w2appinfo", "w2enyoicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/panelset/source",
                    "at": "source"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/garnet/hello/assets",
                    "at": "assets"
                },
                {
                    "url": "@PLUGINDIR@/templates/watch/basicFiles"
                }
            ]
        },
        {
            "id": "echo-webos-service",
            "profile": ["watch"],
            "type": "jsservice",
            "openLevel" : 0, 
            "description": "webOS Node.js Service Template",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/js-service/echo-webos-service"
                }
            ]
        },
        {
            "id": "thor-webos-service",
            "profile": ["watch"],
            "type": "jsservice",
            "openLevel" : 0, 
            "description": "webOS Node.js Service Template",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/template/bootplate-thor/js-service/thor-webos-service"
                }
            ]
        },
        {
            "id": "w2appinfo",
            "profile": ["watch"],
            "type": "appinfo",
            "description": "minimal appinfo.json for Garnet based webOS Application",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/w2appinfo"
                }
            ]
        },
        {
            "id": "sunstoneappinfo",
            "profile": ["watch_old"],
            "type": "appinfo",
            "description": "minimal appinfo.json for Sunstone based webOS Application",
            "openLevel" : 0, 
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/sunstoneappinfo"
                }
            ]
        },
        {
            "id": "w2webicon",
            "profile": ["watch"],
            "type": "icon",
            "openLevel" : 0, 
            "description": "web app icon files [icon.png (82x82)]",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/w2webicon"
                }
            ]
        },
        {
            "id": "w2enyoicon",
            "profile": ["watch"],
            "type": "icon",
            "openLevel" : 0, 
            "description": "enyo app icon files [icon.png (82x82)]",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/watch/w2enyoicon"
                }
            ]
        },
        {
            "id": "garnetlib",
            "profile": ["watch"],
            "type": "library",
            "openLevel" : 0, 
            "version": "1.0-alpha-1",
            "onDevice": true,
            "description": "bootplate-garnet",
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/garnet-1.5.0-pre.3.2.zip"
            }]
        },
        {
            "id": "garnetlib-1.0",
            "profile": ["watch_old"],
            "type": "library",
            "openLevel" : 0, 
            "version": "1.0-alpha-1",
            "onDevice": true,
            "description": "bootplate-garnet",
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/garnet-1.0.zip"
            }]
        },
        {
            "id": "sunstonelib",
            "profile": ["watch_old"],
            "type": "library",
            "openLevel" : 0, 
            "version": "0.3.1",
            "onDevice": true,
            "description": "bootplate-sunstone",
            "files": [{
                "url": "@PLUGINDIR@/templates/libraries/sunstone-0.3.1.zip"
            }]
        },
        {
            "id": "fashion-multimedia-ad",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Fashion/Jewelry) Fashion Multimedia",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Fashion_Multimedia_Ad"
                }
            ]
        },
        {
            "id": "information-kiosk",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Fashion/Jewelry) Information Kiosk",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Information_Kiosk"
                }
            ]
        },
        {
            "id": "weather-dependent-ad",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Fashion/Jewelry) Weather Dependent Adv.",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Weather-dependent_Ad"
                }
            ]
        },
        {
            "id": "flight-schedule",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Flight Info Display) Flight Schedule",
            "deps": ["signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Flight_Schedule"
                }
            ]
        },
        {
            "id": "mart",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (QSR/Retail) Mart",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Mart"
                }
            ]
        },
        {
            "id": "price-board-for-QSR",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (QSR/Retail) Price Board for QSR",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Price_Board_for_QSR"
                }
            ]
        },
        {
            "id": "special-menu-board",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (QSR/Retail) Special Menu Board",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Special_Menu_Board"
                }
            ]
        },
        {
            "id": "information-board",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Public Place/Edu) Information Board",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Information_Board"
                }
            ]
        },
        {
            "id": "multimedia-ad",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Public Place/Edu) Multimedia Adv.",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Multimedia_Advertisement"
                }
            ]
        },
        {
            "id": "wayfinder",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Public Place/Edu) Wayfinder",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Wayfinder"
                }
            ]
        },
        {
            "id": "widget-overlay",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "Web - (Public Place/Edu) Widget Overlay",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Widget_Overlay"
                }
            ]
        },
        {
            "id": "backlight-scheduling",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "isDefault": true,
            "description": "SCAP - Backlight Scheduling",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Backlight_Scheduling"
                }
            ]
        },
        {
            "id": "simple-network-failover",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - Simple Network Failover",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Simple_Network_FailOver"
                }
            ]
        },
        {
            "id": "file-explorer",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - File Explorer",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/File_Explorer"
                }
            ]
        },
        {
            "id": "local-content-scheduling",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - Local Content Scheduling",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Local_Content_Scheduling"
                }
            ]
        },
        {
            "id": "timezone-setting",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - Timezone Setting",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Timezone_Setting"
                }
            ]
        },
        {
            "id": "app-update-without-restart",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - App update without restart",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/App_Update_without_Restart"
                }
            ]
        },
        {
            "id": "download-progress",
            "profile": ["signage"],
            "type": "webapp",
            "openLevel" : 0, 
            "description": "SCAP - Download progress",
            "library":"scap",
            "deps": ["webappinfo", "signageicon"],
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/Download_Progress"
                }
            ]
        },
        {
            "id": "hello-service",
            "profile": ["signage"],
            "type": "jsservice",
            "openLevel" : 0, 
            "description": "webOS Node.js Service Template",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/webos-service",
                    "at": ""
                }
            ]
        },
        {
            "id": "signageicon",
            "profile": ["signage"],
            "type": "icon",
            "openLevel" : 0, 
            "description": "signage app icon files [80x80, 130x130]",
            "files": [
                {
                    "url": "@PLUGINDIR@/templates/signage/signageicon"
                }
            ]
        }
    ]
}
