--- /dev/null
+{
+ "name": "Winterrodeln Map",
+ "version": "3.3.2",
+ "author": "Philipp Spitzer",
+ "url": "http://www.winterrodeln.org/trac/wiki/WrMap",
+ "description": "This extension creates a map using OpenLayers to show sledrun details and sledrun overviews.",
+ "type": "parserhook",
+ "MessagesDirs": {
+ "wrmap": [
+ "i18n"
+ ]
+ },
+ "AutoloadClasses": {
+ "WrMap": "wrmap.body.php",
+ "WrGMap": "wrmap.body.php"
+ },
+ "ResourceModules": {
+ "ext.wrmap": {
+ "scripts": [
+ "openlayers/OpenLayers.min.js",
+ "wrmap.js"
+ ],
+ "styles": [
+ "openlayers/theme/default/style.css",
+ "openlayers/theme/default/google.css"
+ ],
+ "position": "top"
+ },
+ "ext.wrmap.mobile": {
+ "scripts": [
+ "openlayers/OpenLayers.min.js",
+ "wrmap.js"
+ ],
+ "styles": [
+ "openlayers/theme/default/style.css",
+ "openlayers/theme/default/google.css"
+ ],
+ "position": "top",
+ "targets": "mobile"
+ }
+ },
+ "ResourceFileModulePaths": {
+ "localBasePath": "",
+ "remoteExtPath": "wrmap"
+ },
+ "Hooks": {
+ "ParserFirstCallInit": "wrMapParserFirstCallInit",
+ "EnableMobileModules": "WrMap::onEnableMobileModules"
+ },
+ "manifest_version": 1
+}