Skip to content

Commit

Permalink
Fix: Discord Webhook for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
creazy231 committed Apr 17, 2024
1 parent 465718f commit 0159173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autodarts-tools",
"description": "Autodarts Tools enhances the gaming experience on autodarts.io",
"version": "1.3.8",
"version": "1.3.9",
"type": "module",
"author": {
"name": "Tobias Thiele",
Expand Down
5 changes: 4 additions & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export default defineConfig({
},
manifest: {
host_permissions: [ "*://play.autodarts.io/*" ],
permissions: [ "storage" ],
permissions: [
"storage",
"*://discord.com/api/webhooks/*",
],
name: "Autodarts Tools",
description: "Autodarts Tools enhances the gaming experience on autodarts.io",
},
Expand Down

0 comments on commit 0159173

Please sign in to comment.