Skip to content

Commit

Permalink
feat: add gecko.update_url to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Oct 28, 2024
1 parent 8601c9c commit 857ea2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workspace/extension/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "121.0"
"strict_min_version": "121.0",
"update_url": "https://svelte.dev/devtools/updates.json"
}
}
}

0 comments on commit 857ea2c

Please sign in to comment.