Skip to content

Commit

Permalink
chore: remove content scripts until needed
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureDuck authored and lfilho committed Jun 16, 2020
1 parent 833ac89 commit 64777a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/content/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
"background": {
"page": "background/index.html"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"all_frames": true,
"run_at": "document_start",
"js": ["content/index.js"]
}
],
"browser_action": {
"default_icon": {
"16": "images/duck-with-shades_16.png",
Expand Down

0 comments on commit 64777a2

Please sign in to comment.