8000 feat: add `gecko.update_url` to manifest (#237) · sveltejs/svelte-devtools@592f5eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 592f5eb

Browse files
authored
feat: add gecko.update_url to manifest (#237)
1 parent 5ad9560 commit 592f5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspace/extension/static/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"browser_specific_settings": {
3434
"gecko": {
3535
"id": "firefox-devtools@svelte.dev",
36-
"strict_min_version": "121.0"
36+
"strict_min_version": "121.0",
37+
"update_url": "https://svelte.dev/devtools/updates.json"
3738
}
3839
}
3940
}

0 commit comments

Comments
 (0)
0