mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
rename scripts
This commit is contained in:
+2
-3
@@ -4,9 +4,8 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
|
"description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
|
"dev": "parcel watch manifest.json --host localhost --config @parcel/config-webextension",
|
||||||
"build": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
|
"build": "parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
|
||||||
"build-unix": "rm -r .parcel-cache; parcel build manifest.json --config @parcel/config-webextension --no-content-hash",
|
|
||||||
"eslint": "eslint --fix ."
|
"eslint": "eslint --fix ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|||||||
+1
-1
@@ -2201,7 +2201,7 @@ async function loadHomePage() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
//main.innerHTML = '';
|
main.innerHTML = '';
|
||||||
|
|
||||||
const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement
|
const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement
|
||||||
icon.href = icon48
|
icon.href = icon48
|
||||||
|
|||||||
Reference in New Issue
Block a user