mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 17:10:11 +00:00
⬆️ Upgrading Project
Switching from Webpack to vite, upgrading the version of the logo file and updating dependencies
This commit is contained in:
parent
d63a0cf44b
commit
8089771d41
10 changed files with 1189 additions and 312 deletions
|
@ -4,17 +4,18 @@
|
|||
"supportUrl": "",
|
||||
"iconUrl": "./assets/icon.png",
|
||||
"includes": [
|
||||
"https://*.ingress.com/intel*"
|
||||
],
|
||||
"excludes": [
|
||||
"https://*.ingress.com/mission/*"
|
||||
"https://*.josunlp.de/*",
|
||||
"https://josunlp.de/*"
|
||||
],
|
||||
"excludes": [],
|
||||
"requires": [],
|
||||
"recources": [],
|
||||
"resources": [],
|
||||
"connecters": [],
|
||||
"matches": [
|
||||
"https://*.ingress.com/intel*"
|
||||
"https://*.josunlp.de/*",
|
||||
"https://josunlp.de/*"
|
||||
],
|
||||
"matchAllFrames": false,
|
||||
"runAt": "document-start",
|
||||
"grants": [
|
||||
"GM_setValue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue