{
	"name": "New Signup Page",
	"version": "1.3.0",
	"author": [
		"Jack Phoenix"
	],
	"license-name": "GPL-2.0-or-later",
	"url": "https://www.mediawiki.org/wiki/Extension:NewSignupPage",
	"descriptionmsg": "newsignuppage-desc",
	"type": "other",
	"requires": {
		"MediaWiki": ">= 1.35.3"
	},
	"config": {
		"RegisterTrack": {
			"value": false,
			"path": false,
			"description": "Should we track information about referred users into the user_register_track DB table?",
			"public": false
		},
		"AutoAddFriendOnInvite": {
			"value": false,
			"path": false,
			"description": "When a user signs up via a referral link, add the referring user automatically as the new user's friend (and vice-versa)?",
			"public": false
		},
		"NewSignupPageToSURL": {
			"value": "http://www.shoutwiki.com/wiki/Terms_of_use",
			"path": false,
			"description": "Canonical URL to the site's terms of use page",
			"public": false
		},
		"NewSignupPagePPURL": {
			"value": "http://www.shoutwiki.com/wiki/Privacy_policy",
			"path": false,
			"description": "Canonical URL to the site's privacy policy page",
			"public": false
		}
	},
	"MessagesDirs": {
		"NewSignupPage": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"NewSignupPage": "includes/NewSignupPage.class.php",
		"NewSignupPageAuthenticationRequest": "includes/auth/NewSignupPageAuthenticationRequest.php",
		"NewSignupPageSecondaryAuthenticationProvider": "includes/auth/NewSignupPageSecondaryAuthenticationProvider.php"
	},
	"AuthManagerAutoConfig": {
		"secondaryauth": {
			"NewSignupPageSecondaryAuthenticationProvider": {
				"class": "NewSignupPageSecondaryAuthenticationProvider"
			}
		}
	},
	"Hooks": {
		"BeforePageDisplay": "NewSignupPage::onBeforePageDisplay",
		"LoadExtensionSchemaUpdates": "NewSignupPage::onLoadExtensionSchemaUpdates"
	},
	"ResourceFileModulePaths": {
		"localBasePath": "",
		"remoteExtPath": "NewSignupPage"
	},
	"ResourceModules": {
		"ext.newsignuppage": {
			"scripts": "resources/js/NewSignupPage.js",
			"messages": [
				"badretype"
			]
		}
	},
	"AvailableRights": [
		"bypasstoscheck"
	],
	"manifest_version": 2
}
