Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 1,065 Bytes
			
			| 6bcb42f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Addons
Addons and translations are from the [Scratch Addons browser extension](https://scratchaddons.com/). Feature requests should be sent [upstream](https://github.com/ScratchAddons/ScratchAddons/issues), but bug reports should be opened here first incase it's a bug caused by PenguinMod.
We apply some patches on top of the original source files. These patches are maintained in https://github.com/TurboWarp/addons.
entry.js exports a function that begins running addons.
pull.js is a magical script that automatically pulls code from GitHub, parses it with regex, applies some more automated patches, and copies everything to the proper folders.
Directory structure:
 - addons - the addons (managed by pull.js)
 - addons-l10n - addon translations used at runtime (managed by pull.js)
 - addons-l10n-settings - addon translations used by the settings page (managed by pull.js)
 - libraries - libraries used by addons (managed by pull.js)
 - generated - additional generated files (managed by pull.js)
 - settings - the settings page and its translations
 | 
