{ "name": "IUseThis", "version": "1.0", "author": [ "Alexander Yakovlev", "Aaron Wright", "David Pean", "Jack Phoenix" ], "license-name": "GPL-2.0+", "type": "parserhook", "APIModules": { "iusethis": "ApiIUT" }, "MessagesDirs": { "IUseThis": [ "i18n" ] }, "AutoloadClasses": { "ApiIUT": "ApiIUT.php", "IUT": "IUTClass.php", "IUTHooks": "IUTHooks.php" }, "Hooks": { "ParserFirstCallInit": [ "IUTHooks::registerParserHook" ], "RenameUserSQL": [ "IUTHooks::onUserRename" ], "LoadExtensionSchemaUpdates": [ "IUTHooks::addTable" ] }, "ResourceFileModulePaths": { "localBasePath": "", "remoteExtPath": "IUT" }, "ResourceModules": { "ext.IUseThis.scripts": { "scripts": "IUT.js", "dependencies": [ "mediawiki.api" ], "position": "bottom" }, "ext.IUseThis.styles": { "styles": "IUT.css", "position": "top" } }, "AvailableRights": [ "iusethis" ], "GroupPermissions": { "*": { "iusethis": false }, "user": { "iusethis": true } }, "manifest_version": 1 }