This commit is contained in:
Jonas Pfalzgraf 2022-08-23 17:48:57 +02:00
parent 2fc6859169
commit f61a73f2f6
10 changed files with 3151 additions and 1 deletions

26
header.config.json Normal file
View file

@ -0,0 +1,26 @@
{
"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
}