Skip to content

Commit

Permalink
Merge pull request #8 from JacobHearst/clipboard-and-icon-hotfix
Browse files Browse the repository at this point in the history
Clipboard and icon hotfix
  • Loading branch information
JacobHearst authored Jun 3, 2022
2 parents 0b6d0c6 + 0530d4d commit 622e22c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ContentScripts/Clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function copyClipboard(button) {
} catch(e) {
console.error(e)
}
const cardList = ""
let cardList = ""
cards.forEach(card => cardList += `1 ${card}\n`)
navigator.clipboard.writeText(cardList)
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"web_accessible_resources": [
"img/duplicate.svg",
"img/trash.svg",
"img/list.svg"
"img/clip.svg"
],
"icons": {
"101": "img/cardclip.png"
Expand Down
2 changes: 1 addition & 1 deletion manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resources": [
"img/duplicate.svg",
"img/trash.svg",
"img/list.svg"
"img/clip.svg"
],
"matches": ["*://scryfall.com/*"]
}
Expand Down

0 comments on commit 622e22c

Please sign in to comment.