{ "name": "ProgrammaticalCSS", "author": "Samuel Maenle", "url": "https://git.maenle.net/diocloid/ProgrammaticalCSS", "description": "This MediaWiki extension loads CSS based on authentication of user", "type": "parserhook", "version": "1.0", "license-name": "AGPL-3.0-only", "manifest_version": 2, "AutoloadClasses": { "ProgrammaticalCSSHooks": "includes/ProgrammaticalCSSHooks.php" }, "Hooks": { "BeforePageDisplay": [ "ProgrammaticalCSSHooks::onBeforePageDisplay" ] }, "ResourceModules": { "ext.programmaticalcss": { "styles": [ "/resources/ext.ProgrammaticalCSS.css" ], "position": "top" } }, "ResourceFileModulePaths": { "localBasePath": "", "remoteExtPath": "ProgrammaticalCSS" } }