File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import ev3Image from './ev3.png';
1414import wedoImage from './wedo.png' ;
1515import text2speechImage from './text2speech.png' ;
1616import text2speechInsetImage from './text2speech-small.svg' ;
17+ import makeymakeyImage from './makeymakey.png' ;
18+ import makeymakeyInsetImage from './makeymakey-small.svg' ;
1719
1820import microbitPeripheralImage from './peripheral-connection/microbit/microbit-illustration.svg' ;
1921import microbitMenuImage from './peripheral-connection/microbit/microbit-small.svg' ;
@@ -128,6 +130,21 @@ export default [
128130 featured : true ,
129131 internetConnectionRequired : true
130132 } ,
133+ {
134+ name : 'Makey Makey' ,
135+ extensionId : 'makeymakey' ,
136+ collaborator : 'JoyLabz' ,
137+ iconURL : makeymakeyImage ,
138+ insetIconURL : makeymakeyInsetImage ,
139+ description : (
140+ < FormattedMessage
141+ defaultMessage = "Make anything into a key."
142+ description = "Description for the 'Makey Makey' extension"
143+ id = "gui.extension.makeymakey.description"
144+ />
145+ ) ,
146+ featured : true
147+ } ,
131148 {
132149 name : 'micro:bit' ,
133150 extensionId : 'microbit' ,
You can’t perform that action at this time.
0 commit comments