Skip to content

Commit 2706cd1

Browse files
committed
add extension icon
1 parent 237392f commit 2706cd1

File tree

6 files changed

+8
-1
lines changed

6 files changed

+8
-1
lines changed
Loading
Loading
Loading
Loading
Loading

packages/dev/style-macro-chrome-plugin/src/manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"js": ["content-script.js"],
99
"all_frames": true,
1010
"run_at": "document_start"
11-
}]
11+
}],
12+
"icons": {
13+
"16": "icons/16.png",
14+
"32": "icons/32.png",
15+
"48": "icons/48.png",
16+
"96": "icons/96.png",
17+
"128": "icons/128.png"
18+
}
1219
}

0 commit comments

Comments
 (0)