From 3de421fab3e1795fb3fdab44bac415a24ad04e4c Mon Sep 17 00:00:00 2001 From: vermillion-dev Date: Wed, 5 Feb 2020 19:23:58 +0100 Subject: [PATCH] [1.2.5] new domain name --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index a203c09..92be6ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "BetterYGG", - "version": "1.2.4", + "version": "1.2.5", "description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!", "icons": { "16": "img/flexgg16.png", @@ -28,22 +28,22 @@ ], "content_scripts": [ { - "matches": ["https://*.yggtorrent.ws/torrent/*"], + "matches": ["https://*.yggtorrent.se/torrent/*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/addTorrent/addTorrent.js"] }, { - "matches": ["https://*.yggtorrent.ws/"], + "matches": ["https://*.yggtorrent.se/"], "run_at": "document_idle", "js": [ "contentScripts/homePage.js"] }, { - "matches": ["https://*.yggtorrent.ws/*"], + "matches": ["https://*.yggtorrent.se/*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/allPages/allPages.js"] }, { - "matches": ["https://*.yggtorrent.ws/engine/search*"], + "matches": ["https://*.yggtorrent.se/engine/search*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/search/search.js"]