diff --git a/resources/extensions.js b/resources/extensions.js index dc49f08..15ebf35 100644 --- a/resources/extensions.js +++ b/resources/extensions.js @@ -23,6 +23,7 @@ unsafeWindow.extPresets = { 'Text to Speech': {url: 'https://raw.githubusercontent.com/LLK/scratch-extension-docs/master/text_to_speech_extension.js', author: 'sdg1'}, 'Text to Speech Simple': {url: 'https://raw.githubusercontent.com/LLK/scratch-extension-docs/master/text_to_speech_simple_extension.js', author: 'sdg1'}, 'Weather Extension': {url: 'https://raw.githubusercontent.com/LLK/scratch-extension-docs/master/weather_extension.js', author: 'sdg1'}, - 'ScratchExt': {url: 'http://stefanbates.com/library/import.js', author: 'GrannyCookies'} + 'ScratchExt': {url: 'http://stefanbates.com/library/import.js', author: 'GrannyCookies'}, + 'Block Plugin': {url: 'http://blob8108.github.io/scratchblocks2/generator/', author: 'blob8108'} }; //Thanks, Thepuzzlegame and djdolphin! diff --git a/resources/icon.png b/resources/icon.png index fd78985..7d7509b 100644 Binary files a/resources/icon.png and b/resources/icon.png differ