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: dynamicDisable #33

Closed Hans5958 closed 3 years ago

Hans5958 commented 3 years ago

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

Seperated from #32

Hans5958 commented 3 years ago

Forgot that it is already implemented.