{
	"manifest_version": 2.0,
	"id": "favgraphs",
	"type": "widget",
	"name": "Favorite graphs",
	"namespace": "FavGraphs",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays shortcuts to the most needed graphs (marked as favorite).",
	"url": "web_interface/frontend_sections/dashboards/widgets/favorite_graphs",
	"widget": {
		"size": {
			"width": 12,
			"height": 3
		},
		"refresh_rate": 900
	},
	"actions": {
		"widget.favgraphs.view": {
			"class": "WidgetView"
		}
	}
}