Skip to content

Commit a878e03

Browse files
committed
build: switch to AMO on firefox, remove update_url, bump to v4.7.1.1
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent fccb651 commit a878e03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learn-helper",
3-
"version": "4.7.1",
3+
"version": "4.7.1.1",
44
"author": "Harry Chen",
55
"license": "MIT",
66
"private": true,

wxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export default defineConfig({
9898
...(browser === 'firefox' && {
9999
browser_specific_settings: {
100100
gecko: {
101-
update_url: 'https://harrychen.xyz/learn/updates.json',
102101
id: '{b3a44052-5d0d-4ef9-9744-93b6f5ca7398}',
103102
},
104103
},

0 commit comments

Comments
 (0)