mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 17:10:11 +00:00
init
This commit is contained in:
parent
2fc6859169
commit
f61a73f2f6
10 changed files with 3151 additions and 1 deletions
26
header.config.json
Normal file
26
header.config.json
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue