Skip to content

Commit

Permalink
chore: update browser-extension manifest name
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 22, 2024
1 parent 8e143f4 commit 91f8d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"128": "icons/128-beta.png"
},
"manifest_version": 3,
"name": "Vue.js devtools",
"name": "Vue.js devtools (beta)",
"permissions": [
"scripting"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/firefox-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"128": "icons/128-beta.png"
},
"manifest_version": 2,
"name": "Vue.js devtools",
"name": "Vue.js devtools (beta)",
"permissions": [
"<all_urls>"
],
Expand Down

0 comments on commit 91f8d70

Please sign in to comment.