diff options
author | praschke <stel@comfy.monster> | 2023-08-16 11:37:13 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-08-17 14:17:18 +0100 |
commit | 4b7f91fa5f43ba6023f1c9991348b56b3e26a11b (patch) | |
tree | 5cec40168436308445f1f58fa8bae14218d0f7be /dev/data | |
parent | 6c21818eba54b9c5191845086bec28e4a548ee3b (diff) |
fix script and style injection in Firefox
Firefox added the scripting API in 102. This should fix the majority
of warnings listed in #96:
- insertCSS
- executeScript
- getRegisteredContentScripts
- contentScripts.register
- registerContentScripts
- unregisterContentScripts
Diffstat (limited to 'dev/data')
-rw-r--r-- | dev/data/manifest-variants.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 7d762951..e167c755 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -228,7 +228,7 @@ "value": { "gecko": { "id": "{cb7c0bec-7085-4f84-8422-7b55a7c4467c}", - "strict_min_version": "101.0" + "strict_min_version": "102.0" } } }, |