Skip to content

Commit 09ae602

Browse files
add addon if and min version for firefox
1 parent 402fb2e commit 09ae602

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

manifest.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@
3232
"32": "icon32.png"
3333
}
3434
},
35-
"content_security_policy": {}
35+
"content_security_policy": {},
36+
"browser_specific_settings": {
37+
"gecko": {
38+
"id": "{6f06a23b-cde8-478b-b1b9-f559bb3e9e84}",
39+
"strict_min_version": "109.0"
40+
}
41+
}
3642
}

0 commit comments

Comments
 (0)