Skip to content

Commit ab75a7a

Browse files
steveseguinactions-user
authored andcommitted
fix(arena): Correct arena.social content script loading
Remove duplicate content script entry in `manifest.json` for `https://arena.social/*`. Ensures only `./sources/arenasocial.js` is loaded for the specified domain, removing the redundant loading of `./sources/arena.js`. [auto-enhanced]
1 parent 6d031ac commit ab75a7a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,6 @@
746746
{
747747
"js": [ "./sources/arenasocial.js" ],
748748
"matches": [ "https://arena.social/*" ]
749-
},
750-
{
751-
"js": [ "./sources/arena.js" ],
752-
"matches": [ "https://arena.social/*" ]
753749
},
754750
{
755751
"js": [ "./sources/teams.js" ],

0 commit comments

Comments
 (0)