-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
66 lines (66 loc) · 1.88 KB
/
extension.json
File metadata and controls
66 lines (66 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "LabNotebook",
"version": "0.3",
"author": ["Bill Flanagan","Yardena Cohen"],
"url": "https://openwetware.org/",
"descriptionmsg": "labnotebook-desc",
"license-name": "GPL3",
"type": "other",
"AutoloadClasses": {
"NewNotebook": "LabNotebook_body.php",
"LabNotebookFunctions": "includes/LabNotebookVariables.php",
"LabNotebookCalendar": "includes/LNCalendar.php",
"NewNotebookDo": "includes/CreateNotebook.php",
"Redir": "SpecialRedir/SpecialRedir.php",
"LNPrepend": "includes/LabNotebookPrepend.php",
"doathing": "includes/doathing.php",
"LabNotebook": "includes/LabNotebook.php"
},
"SpecialPages": {
"Redir": "Redir",
"NewNotebook": "NewNotebook"
},
"MessagesDirs": {
"LabNotebook": [
"i18n"
]
},
"Hooks": {
"EditPage::showEditForm:initial": [
"LNPrepend::wfLabNotebookPrepend"
],
"ParserFirstCallInit": [
"LabNotebookFunctions::onParserSetup",
"LabNotebookCalendar::onParserSetup"
]
},
"ExtensionMessagesFiles": {
"LabNotebookMagic": "i18n/LabNotebook.i18n.magic.php",
"LabNotebookAlias": "i18n/LabNotebook.i18n.alias.php"
},
"ResourceModules": {
"ext.LabNotebook.oneclick": {
"scripts": [
"js/oneclick.js"
]
},
"ext.LabNotebook.calendar": {
"scripts": [
"js/calendar.js",
"js/calendar-load.js"
],
"styles": [
"css/owwnotebook.css"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "LabNotebook"
},
"APIModules": {
"doathing": "doathing",
"newnotebook": "NewNotebookDo"
},
"manifest_version": 1
}