{
	"manifest_version": 2.0,
	"id": "clock",
	"type": "widget",
	"name": "Clock",
	"namespace": "Clock",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays local, server, or specified host time.",
	"url": "web_interface/frontend_sections/dashboards/widgets/clock",
	"widget": {
		"size": {
			"width": 12,
			"height": 3
		},
		"js_class": "CWidgetClock",
		"refresh_rate": 900
	},
	"actions": {
		"widget.clock.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}