{
	"CloudLink": {
		"type": "QPKGApp",					// must be QPKGApp
		"defaultTitle": "myQNAPcloud Link",
		"qDescription": "myQNAPcloud Link is an innovative technology provided by QNAP for remote access to your QNAP device over the network without changing the settings of your routers. It may work even if your router does not support UPnP.",
		"icon": "/cgi-bin/qpkg/CloudLink/icons/tunnel_agent_{0}.png?2.4.66",
		"css": [
			"/cgi-bin/qpkg/CloudLink/css/style.css?2.4.66"
		], 
		"langJs": "/cgi-bin/qpkg/CloudLink/langs/lang_{0}.js?2.4.66",
		"langVar": "_TUNNEL_AGENT",
		"js": [
			"/cgi-bin/qpkg/CloudLink/tunnel_agent_config.js?2.4.66",
			"/cgi-bin/qpkg/CloudLink/tunnel_agent_id_list.js?2.4.66",
			"/cgi-bin/qpkg/CloudLink/tunnel_agent_controller.js?2.4.66",
			"/cgi-bin/qpkg/CloudLink/tunnel_agent_embedded_main.js?2.4.66",
			"/cgi-bin/qpkg/CloudLink/tunnel_agent_view.js?2.4.66"
		],
		"embedded_scripts": " \
			var plugin_list = [ \
				new QNAP.QOS.QPKG.TunnelAgentIDList(), \
				new QNAP.QOS.QPKG.TunnelAgentConfig(), \
				new QNAP.QOS.QPKG.TunnelAgentController(), \
				new QNAP.QOS.QPKG.TunnelAgentEmbeddedMain() \
			]; \
			Ext.each(plugin_list || [], function(item) { \
				item.init(me); \
			}); \
		",
		"embedded_ui_fn": "getTunnelAgentEmbeddedMainItems"
	}
}
