UserScriptProjectTemplate/header.config.json
Jonas Pfalzgraf f61a73f2f6 init
2022-08-23 17:48:57 +02:00

26 lines
No EOL
528 B
JSON

{
"updateUrl": "",
"downloadUrl": "",
"supportUrl": "",
"iconUrl": "./assets/icon.png",
"includes": [
"https://*.ingress.com/intel*"
],
"excludes": [
"https://*.ingress.com/mission/*"
],
"requires": [],
"recources": [],
"connecters": [],
"matches": [
"https://*.ingress.com/intel*"
],
"runAt": "document-start",
"grants": [
"GM_setValue",
"GM_getValue"
],
"antifeatures": [],
"noframes": false,
"unwrap": false
}