Skip to content

Commit 9604f43

Browse files
committed
Add icon to extension
1 parent d009947 commit 9604f43

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
1.52 KB
Loading

applications/chromium/copy-url/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "1.0",
55
"description": "Copy current URL to clipboard, this extension is installed by Omarchy",
66
"permissions": ["activeTab", "scripting", "notifications"],
7+
"icons": {
8+
"16": "icon.png",
9+
"48": "icon.png",
10+
"128": "icon.png"
11+
},
712
"commands": {
813
"copy-url": {
914
"suggested_key": {"default": "Alt+Shift+U"},

0 commit comments

Comments
 (0)