Updated Chrome/Firefox extension to 0.4

This commit is contained in:
Isaac Abadi
2020-12-18 18:34:30 -05:00
parent e3374c573a
commit cd93313cfc
4 changed files with 91 additions and 23 deletions

View File

@@ -1,17 +1,20 @@
{
"manifest_version": 2,
"name": "YoutubeDL-Material",
"version": "0.3",
"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_icon": "favicon.png",
"default_popup": "popup.html",
"default_title": "YoutubeDL-Material"
},
"permissions": [
"tabs",
"storage"
"storage",
"contextMenus"
],
"options_ui": {
"page": "options.html",