cleaned up some for Firefox upload. Removed content.js as it was for logging purposes only.

This commit is contained in:
Sean 2024-12-18 18:05:50 -05:00
parent 5d1cab2745
commit 560f5706cc
3 changed files with 17 additions and 28 deletions

View file

@ -30,11 +30,5 @@
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
]
}
}