[1.2.9] new domain name and manifest V3

This commit is contained in:
vermillion-dev
2022-05-02 13:09:32 +08:00
parent 95d4d7f62e
commit 6f9c3dedc6
4 changed files with 22 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
/* Inject scripts don't forget to add them to web_accessible_resources in manifest */
injectScript(chrome.extension.getURL('contentScripts/addTorrent/accessAddTorrent.js'), 'head');
injectLink(chrome.extension.getURL("css/style.css"), 'head');
injectScript(chrome.runtime.getURL('contentScripts/addTorrent/accessAddTorrent.js'), 'head');
injectLink(chrome.runtime.getURL("css/style.css"), 'head');
/********************************************************************/