Skip to content

Commit

Permalink
Add octopus icon from DOM Testing Library
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Aug 20, 2022
1 parent eb4492e commit a036c15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.3.0",
"name": "Testing Library Recorder",
"description": "Testing Library Extension for Chrome DevTools Recorder",
"icons": {
"128": "octopus.png"
},
"permissions": [],
"devtools_page": "index.html",
"content_security_policy": {
Expand Down
Binary file added octopus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
devtool: false,
plugins: [
new CopyPlugin({
patterns: ["manifest.json"],
patterns: ["manifest.json", "octopus.png"],
}),
new HtmlPlugin(),
new IgnorePlugin({
Expand Down

0 comments on commit a036c15

Please sign in to comment.