{ "name": "GitTimeline", "author": [ "Cyrille Bagard" ], "url": "https://www.mediawiki.org/wiki/Extension:Example", "description": "This extension allows to include an external file in a safe way.", "version": "1.0", "license-name": "GPL-2.0+", "type": "other", "AutoloadClasses": { "GitTimeline": "GitTimeline_body.php" }, "Hooks": { "ParserFirstCallInit": [ "GitTimeline::onParserInit" ], "BeforePageDisplay": [ "GitTimeline::onBeforePageDisplay" ] }, "ResourceModules": { "ext.gittimeline": { "styles": { "gittimeline.css": { "media": "screen" } } } }, "ResourceFileModulePaths": { "localBasePath": "" } }