Skip to content

Commit a036c15

Browse files
committed
Add octopus icon from DOM Testing Library
1 parent eb4492e commit a036c15

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.3.0",
44
"name": "Testing Library Recorder",
55
"description": "Testing Library Extension for Chrome DevTools Recorder",
6+
"icons": {
7+
"128": "octopus.png"
8+
},
69
"permissions": [],
710
"devtools_page": "index.html",
811
"content_security_policy": {

octopus.png

5.67 KB
Loading

webpack.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
devtool: false,
2121
plugins: [
2222
new CopyPlugin({
23-
patterns: ["manifest.json"],
23+
patterns: ["manifest.json", "octopus.png"],
2424
}),
2525
new HtmlPlugin(),
2626
new IgnorePlugin({

0 commit comments

Comments
 (0)