Skip to content

Commit 770216c

Browse files
committed
chore: add specific settings field for firefox extension
1 parent e7dffa2 commit 770216c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/firefox-extension/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"default_popup": "popups/not-found.html",
1515
"default_title": "Vue DevTools"
1616
},
17+
"browser_specific_settings": {
18+
"gecko": {
19+
"id": "@vue-devtools",
20+
"strict_min_version": "58.0"
21+
}
22+
},
1723
"content_scripts": [
1824
{
1925
"js": [

0 commit comments

Comments
 (0)