We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dbb8e commit a500184Copy full SHA for a500184
update.firefox.json
@@ -136,6 +136,15 @@
136
"strict_min_version": "109"
137
}
138
139
+ },
140
+ {
141
+ "version": "1.15.1",
142
+ "update_link": "https://github.com/Alluseri/SeriStyle/releases/download/1.15.1/SeriStyle-1.15.1.xpi",
143
+ "applications": {
144
+ "gecko": {
145
+ "strict_min_version": "109"
146
+ }
147
148
149
]
150
update.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+7z a SeriStyle-1.14.1.xpi ./html ./icons ./scripts ./background.html ./bgworker.js ./dnr_rule_srtlu.json ./LICENSE ./manifest.firefox.json
3
+7z rn ./SeriStyle-1.14.1.xpi manifest.firefox.json manifest.json
0 commit comments