From 53dfbbddaa66b4ef18d7799de6b18030885304e8 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sun, 21 Dec 2025 15:18:27 +0000 Subject: [PATCH] manifest.json aktualisiert --- manifest.json | 52 +++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/manifest.json b/manifest.json index ce3fa7c..e122836 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,27 @@ -{ - "manifest_version": 3, - "name": "TG Downloader - Free & Unlimited", - "version": "1.4", - "description": "Download Videos & Bilder aus Telegram Web.", - "permissions": ["storage", "downloads"], - "host_permissions": ["https://web.telegram.org/*"], - "icons": { - "128": "icon.png" - }, - "background": { - "service_worker": "background.js" - }, - "content_scripts": [ - { - "matches": ["https://web.telegram.org/*"], - "js": ["content_tg.js"], - "run_at": "document_end" - } - ], - "web_accessible_resources": [ - { - "resources": ["inject.js"], - "matches": ["https://web.telegram.org/*"] - } - ] +{ + "manifest_version": 3, + "name": "TG Downloader - Free & Unlimited", + "version": "1.5", + "description": "Download Videos & Bilder aus Telegram Web.", + "permissions": ["storage", "downloads"], + "host_permissions": ["https://web.telegram.org/*"], + "icons": { + "128": "icon.png" + }, + "background": { + "service_worker": "background.js" + }, + "content_scripts": [ + { + "matches": ["https://web.telegram.org/*"], + "js": ["content_tg.js"], + "run_at": "document_end" + } + ], + "web_accessible_resources": [ + { + "resources": ["inject.js"], + "matches": ["https://web.telegram.org/*"] + } + ] } \ No newline at end of file