mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-06-21 10:11:07 +00:00
26 lines
No EOL
528 B
JSON
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
|
|
} |