12 lines
435 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "noHideToken",
4
"apiLevel": 2,
5
"meta": {
6
"name": "No Hide Token",
7
"tagline": "Prevents you from being logged-out on hard-crash",
8
"description": "Prevents you from being logged-out on hard-crash by disabling removal of token from localStorage when opening dev tools",
9
"authors": ["adryd"],
10
"tags": ["dangerZone", "development"]
11
}
12
}
13