Skip to content

Commit

Permalink
Icon to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 7, 2025
1 parent ff4d39c commit a6fca11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-paws-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@msw-devtools/extension': patch
---

Added icon 128
Binary file modified packages/extension/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion packages/extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"manifest_version": 3,
"name": "MSW Devtools Extension",
"version": "0.1",
"version": "<will set this dynamically>",
"description": "Handling msw requests on json",
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
{
"resources": ["injected.js"],
Expand Down

0 comments on commit a6fca11

Please sign in to comment.