Skip to content

Commit 686a5e1

Browse files
authored
Fix/fire fox updateurl removal (#1185)
1 parent 5b666f7 commit 686a5e1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG-nightly.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.1.14.1000
2+
3+
- Fixed internal configs for FireFox
4+
15
### 3.1.13.1000
26

37
- Fixed an issue which led to VODs not showing emotes

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.1.14
2+
3+
- Fixed internal configs for FireFox
4+
15
### 3.1.13
26

37
- Fixed an issue which led to VODs not showing emotes

manifest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export async function getManifest(opt: ManifestOptions): Promise<Manifest.WebExt
4747
typeof opt.mozillaID === "string"
4848
? opt.mozillaID.trim().replace(/^"+|"+$/g, "")
4949
: undefined,
50-
update_url: "https://extension.7tv.gg/manifest.moz.json",
5150
},
5251
},
5352
}

0 commit comments

Comments
 (0)