ScratchAddons / manifest-schema

Schema for the addon manifest files (addon.json) hosted on the main repository.
GNU General Public License v3.0
5 stars 10 forks source link

New property: dynamicEnable #28

Closed TheColaber closed 3 years ago

TheColaber commented 3 years ago

See ScratchAddons/ScratchAddons#1858

Desc is the same as dynamicDisable, but just for enabling.

Hans5958 commented 3 years ago

32

dynamicEnable (boolean) Indicates whether the addon's scripts should be considered enabled when enabled as the page is running. Defaults to false.