mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-06-21 10:11:07 +00:00

Switching from Webpack to vite, upgrading the version of the logo file and updating dependencies
27 lines
No EOL
562 B
JSON
27 lines
No EOL
562 B
JSON
{
|
|
"updateUrl": "",
|
|
"downloadUrl": "",
|
|
"supportUrl": "",
|
|
"iconUrl": "./assets/icon.png",
|
|
"includes": [
|
|
"https://*.josunlp.de/*",
|
|
"https://josunlp.de/*"
|
|
],
|
|
"excludes": [],
|
|
"requires": [],
|
|
"resources": [],
|
|
"connecters": [],
|
|
"matches": [
|
|
"https://*.josunlp.de/*",
|
|
"https://josunlp.de/*"
|
|
],
|
|
"matchAllFrames": false,
|
|
"runAt": "document-start",
|
|
"grants": [
|
|
"GM_setValue",
|
|
"GM_getValue"
|
|
],
|
|
"antifeatures": [],
|
|
"noframes": false,
|
|
"unwrap": false
|
|
} |