Removed background script declaration from the Chrome/Firefox extension

This commit is contained in:
Isaac Abadi
2020-12-18 18:36:39 -05:00
parent cd93313cfc
commit 5f13205017

View File

@@ -3,9 +3,6 @@
"name": "YoutubeDL-Material",
"version": "0.4",
"description": "The Official Firefox & Chrome Extension of YoutubeDL-Material, an open-source and self-hosted YouTube downloader.",
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_icon": "favicon.png",
"default_popup": "popup.html",