๐Ÿ“ฆ Raphire / SusAlert

๐Ÿ“„ appconfig_compact.json ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17{
    "appName": "SusAlert",
    "description": "Keeps track of the croesus' attacks and gives onscreen warnings.",
    "appUrl": "./index.html",
    "configUrl": "./appconfig.json",
    "iconUrl": "./assets/favicon.png",
    "defaultWidth": 283,
    "defaultHeight": 149,
    "minWidth":283,
    "minHeight":110,
    "maxWidth":283,
    "maxHeight":149,
    "requestHandlers": [],
    "activators": [],
    "permissions": "pixel,gamestate,overlay"
}