Skip to content

Commit

Permalink
Add extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhongtw committed Mar 5, 2020
1 parent 4c746cb commit 448af69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Use `Alt` + `F` To as a shortcut to activate this action.
- [What are extensions? - Google Chrome](https://developer.chrome.com/extensions)
- [Sample Extensions - Google Chrome](https://developer.chrome.com/extensions/samples#search:)
- [Clipboard Copy / Paste on Content script (Chrome Extension) - Stack Overflow](https://stackoverflow.com/questions/25622359/clipboard-copy-paste-on-content-script-chrome-extension)
- [dcurtis/markdown-mark: Use this mark to identify Markdown.](https://github.com/dcurtis/markdown-mark)
Binary file added images/icon-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Markdown Link",
"version": "0.2.0",
"version": "0.2.1",
"description": "Copy Markdown link for current tab.",
"icons": {
"128": "images/icon-128.png"
},
"permissions": ["activeTab", "clipboardWrite"],
"background": {
"scripts": ["background.js"],
Expand Down

0 comments on commit 448af69

Please sign in to comment.