Merge branch 'master' into patch-3

This commit is contained in:
mutschler 2024-03-22 17:41:52 +01:00 committed by GitHub
commit a29f69520c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
{ {
"name": "MeTube Downloader", "name": "MeTube Downloader",
"description": "Use the context menu to send video into MeTube application", "description": "Use the context menu to send video into MeTube application",
"version": "1.5", "version": "1.6",
"manifest_version": 3, "manifest_version": 3,
"permissions": ["contextMenus", "storage", "tabs"], "permissions": ["contextMenus", "storage", "tabs"],
"background": { "background": {

View File

@ -39,7 +39,7 @@ async function saveOptions() {
// todo: fix it // todo: fix it
// also need make function for check string // also need make function for check string
// https://developer.chrome.com/docs/extensions/mv3/match_patterns/ // https://developer.chrome.com/docs/extensions/mv3/match_patterns/
if(sites.length <= 1){ if(!sites.length){
return; return;
} }