{
	"name": "SemanticTasks",
	"version": "2.1.0",
	"author": [
		"Steren Giannini",
		"Ryan Lane",
		"Ike Hecht",
		"Peter Grassberger",
		"Vedmaka",
		"thomas-topway-it"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:Semantic_Tasks",
	"descriptionmsg": "semantictasks-desc",
	"namemsg": "semantictasks-name",
	"license-name": "GPL-2.0-or-later",
	"type": "semantic",
	"requires": {
		"MediaWiki": ">= 1.35"
	},
	"MessagesDirs": {
		"SemanticTasks": [
			"i18n"
		]
	},
	"callback": "SemanticTasks::initExtension",
	"ExtensionFunctions": [
		"SemanticTasks::onExtensionFunction"
	],
	"AutoloadNamespaces": {
		"ST\\": "src"
	},
	"AutoloadClasses": {
		"SemanticTasks": "SemanticTasks.php"
	},
	"load_composer_autoloader": true,
	"manifest_version": 1,
	"config": {
		"_prefix": "stg",
		"PropertyAssignedTo": "Assigned to",
		"PropertyCarbonCopy": "Carbon copy",
		"PropertyTargetDate": "Target date",
		"PropertyReminderAt": "Reminder at",
		"PropertyStatus": "Status",
		"PropertyAssignedToGroup": "Assigned to group",
		"PropertyHasAssignee": "Has assignee",
		"SemanticTasksNotifyIfUnassigned": false,
		"NotificationFromSystemAddress": false
	}
}
