Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: force css :has() support
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 1, 2024
1 parent 890a22b commit 8c3ac2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/manifest.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

"browser_specific_settings": {
"gecko": {
"id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}"
"id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}","strict_min_version": "121"
},
"gecko_android": {
"id": "{300f03ef-d037-4626-9e39-0823ff5d7a9b}","strict_min_version": "121"
}
},

Expand Down

0 comments on commit 8c3ac2f

Please sign in to comment.