Skip to content

Commit

Permalink
remove content_scripts from manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYimHeroic committed Jul 31, 2023
1 parent 7770c4f commit e7c0313
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,5 @@
"action": {
"default_popup": "popup/popup.html",
"default_icon": "images/icon-128.png"
},
"content_scripts": [
{
"matches": ["*://*.nintendo.com/*"],
"js": ["popup/popup.js"]
}
]
}
}

0 comments on commit e7c0313

Please sign in to comment.