File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " Snap! Project Embed" ,
3- "version" : " 3.0.0" ,
4- "author" : [" R4356th, GrahamSH, mw-EmbedScratch contributors" ],
5- "url" : " https://www.mediawiki.org/wiki/Extension:SnapProjectEmbed" ,
6- "descriptionmsg" : " embedsnap-desc" ,
7- "license-name" : " GPLv3" ,
8- "type" : " parserhook" ,
9- "requires" : {
10- "MediaWiki" : " >=1.35.0"
11- },
12- "AutoloadClasses" : {
13- "EmbedSnap" : " includes/EmbedSnap.php"
14- },
15- "HookHandlers" : {
16- "default" : {
17- "class" : " EmbedSnap"
18- }
19- },
20- "Hooks" : {
21- "ParserFirstCallInit" : " default"
22- },
23- "MessagesDirs" : {
24- "EmbedSnap" : [" i18n" ]
25- },
26- "manifest_version" : 1
2+ "name" : " Snap! Project Embed" ,
3+ "version" : " 3.0.0" ,
4+ "author" : [
5+ " R4356th, GrahamSH, mw-EmbedScratch contributors"
6+ ],
7+ "url" : " https://www.mediawiki.org/wiki/Extension:SnapProjectEmbed" ,
8+ "descriptionmsg" : " embedsnap-desc" ,
9+ "license-name" : " GPLv3" ,
10+ "type" : " parserhook" ,
11+ "requires" : {
12+ "MediaWiki" : " >=1.35.0"
13+ },
14+ "AutoloadClasses" : {
15+ "EmbedSnap" : " includes/EmbedSnap.php"
16+ },
17+ "HookHandlers" : {
18+ "default" : {
19+ "class" : " EmbedSnap"
20+ }
21+ },
22+ "Hooks" : {
23+ "ParserFirstCallInit" : " default"
24+ },
25+ "MessagesDirs" : {
26+ "EmbedSnap" : [
27+ " i18n"
28+ ]
29+ },
30+ "manifest_version" : 2
2731}
You can’t perform that action at this time.
0 commit comments