UserScriptProjectTemplate/header.config.json
Jonas Pfalzgraf 8089771d41 ⬆️ Upgrading Project
Switching from Webpack to vite, upgrading the version of the logo file and updating dependencies
2024-06-02 20:50:22 +02:00

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
}