Skip to content

Commit de9c97f

Browse files
committed
v3.1.5
(2021-11-07) + TB 96 support ! Fixed #2 ! Fixed #3 ! Fixed #4
1 parent 1f66946 commit de9c97f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.xpi
2+
chrome.manifest
3+
install.rdf
4+
.main

src/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"applications": {
44
"gecko": {
55
"id": "autoselectlatestmessage@vano",
6-
"strict_min_version": "70.0"
6+
"strict_min_version": "70.0",
7+
"strict_max_version": "96.0"
78
}
89
},
910
"name": "Auto Select Latest Message",

0 commit comments

Comments
 (0)