Skip to content

Commit 448af69

Browse files
committed
Add extension icon
1 parent 4c746cb commit 448af69

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Use `Alt` + `F` To as a shortcut to activate this action.
2626
- [What are extensions? - Google Chrome](https://developer.chrome.com/extensions)
2727
- [Sample Extensions - Google Chrome](https://developer.chrome.com/extensions/samples#search:)
2828
- [Clipboard Copy / Paste on Content script (Chrome Extension) - Stack Overflow](https://stackoverflow.com/questions/25622359/clipboard-copy-paste-on-content-script-chrome-extension)
29+
- [dcurtis/markdown-mark: Use this mark to identify Markdown.](https://github.com/dcurtis/markdown-mark)

images/icon-128.png

1.78 KB
Loading

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "Markdown Link",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Copy Markdown link for current tab.",
5+
"icons": {
6+
"128": "images/icon-128.png"
7+
},
58
"permissions": ["activeTab", "clipboardWrite"],
69
"background": {
710
"scripts": ["background.js"],

0 commit comments

Comments
 (0)