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: injectAsStyleElt #34

Closed Hans5958 closed 3 years ago

Hans5958 commented 3 years ago

injectAsStyleElt (boolean) Indicates whether the addon's userstyles should be injected as style elements rather than link elements. Defaults to false.

Seperated from #32