Skip to content

Commit 356eccb

Browse files
committed
chore: bump minimum firefox version to 78
version 68 (previous minimum) doesn't support dynamic permissions hooks (`permissions.onAdded` etc.)
1 parent 7347977 commit 356eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"browser_specific_settings": {
1313
"gecko": {
1414
"id": "{ffadac89-63bb-4b04-be90-8cb2aa323171}",
15-
"strict_min_version": "68.0"
15+
"strict_min_version": "78.0"
1616
}
1717
},
1818
"permissions": ["storage"],

0 commit comments

Comments
 (0)