2015-07-27 17:18:44 +00:00
|
|
|
{
|
|
|
|
"name": "CookieWarning",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"author": [
|
|
|
|
"Florian Schmidt"
|
|
|
|
],
|
|
|
|
"url": "https://www.droidwiki.de",
|
|
|
|
"descriptionmsg": "cookiewarning-desc",
|
|
|
|
"type": "other",
|
2016-01-10 17:58:21 +00:00
|
|
|
"license-name": "MIT",
|
2015-07-27 17:18:44 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"CookieWarning": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
2016-09-14 15:18:52 +00:00
|
|
|
"SkinTemplateOutputPageBeforeExec": "CookieWarningHooks::onSkinTemplateOutputPageBeforeExec",
|
|
|
|
"BeforePageDisplay": "CookieWarningHooks::onBeforePageDisplay",
|
|
|
|
"GetPreferences": "CookieWarningHooks::onGetPreferences",
|
|
|
|
"BeforeInitialize": "CookieWarningHooks::onBeforeInitialize"
|
2015-07-27 17:18:44 +00:00
|
|
|
},
|
|
|
|
"config": {
|
2015-08-16 10:00:33 +00:00
|
|
|
"CookieWarningEnabled": false,
|
|
|
|
"CookieWarningMoreUrl": ""
|
2015-07-27 17:18:44 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.CookieWarning": {
|
|
|
|
"dependencies": [
|
2015-08-16 09:49:05 +00:00
|
|
|
"mediawiki.api",
|
2015-07-27 17:18:44 +00:00
|
|
|
"mediawiki.cookie"
|
|
|
|
],
|
2015-08-16 09:49:05 +00:00
|
|
|
"scripts": "resources/ext.CookieWarning/ext.CookieWarning.js",
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
]
|
2015-07-27 17:18:44 +00:00
|
|
|
},
|
|
|
|
"ext.CookieWarning.styles": {
|
|
|
|
"position": "top",
|
2015-08-16 09:49:05 +00:00
|
|
|
"styles": "resources/ext.CookieWarning/ext.CookieWarning.less",
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
]
|
2015-07-27 17:18:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "",
|
|
|
|
"remoteExtPath": "CookieWarning"
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"CookieWarningHooks": "includes/CookieWarning.hooks.php"
|
|
|
|
},
|
|
|
|
"ConfigRegistry": {
|
|
|
|
"cookiewarning": "GlobalVarConfig::newInstance"
|
|
|
|
},
|
|
|
|
"manifest_version": 1
|
|
|
|
}
|