Skip to content

Commit

Permalink
Add content scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamouization committed Aug 10, 2022
1 parent f5059aa commit 28bba03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"description": " An elegant Trello extension that directly integrates into any Trello board to count the total number of cards in the board and individual columns.",
"homepage_url": "https://github.com/Trello-Card-Counter/Trello-Card-Counter-Mozilla-Extension",

"content_scripts": [{
"matches" : ["<all_urls>"],
"js": [
"content_scripts/create_total_cards_button.js",
"content_scripts/hide_card_counters.js",
"content_scripts/show_card_counters.js"
]
}],

"icons": {
"24": "icons/with-background/icon24px.png",
"48": "icons/with-background/icon.png",
Expand Down

0 comments on commit 28bba03

Please sign in to comment.