brian-girko / always-active

Pretend a webpage is in its active state even if not
https://webextension.org/listing/always-active.html
75 stars 12 forks source link

Type error for parameter scripts (Error processing 0: Unexpected property "matchOriginAsFallback") for scripting.registerContentScripts. #41

Closed trendyan closed 2 weeks ago

trendyan commented 2 weeks ago

List of Hostnames * Save Options Type error for parameter scripts (Error processing 0: Unexpected property "matchOriginAsFallback") for scripting.registerContentScripts.

Firefox 115.14.0esr (64 bit) Always active Window - Always Visible 0.4.3

brian-girko commented 2 weeks ago

Right, I should have set the min version to 128.0 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/RegisteredContentScript

Either update your Firefox or use an older version of the extension. Thanks for the report.