Skip to content

Commit c1ea7f7

Browse files
committed
feat: add extension icon
1 parent dc4d696 commit c1ea7f7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

extension/icons/128.png

8.02 KB
Loading

extension/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"name": "Chrome Inspector Sync",
44
"version": "0.0.1",
55
"description": "Syncs Chrome DevTools' information with the Chrome Inspector. Currently just $0",
6-
"devtools_page": "devtools.html"
6+
"devtools_page": "devtools.html",
7+
"icons": {
8+
"128": "icons/128.png"
9+
}
710
}

0 commit comments

Comments
 (0)