File size: 341 Bytes
d97b8f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "appId": "com.sspl.app",
  "appName": "pm-tool",
  "webDir": "dist",
  "server": {
    "url": "http://10.0.2.2:8080",
    "androidScheme": "http",
    "cleartext": true,
    "allowNavigation": ["*"]
  },
  "android": {
    "allowMixedContent": true,
    "captureInput": true,
    "webContentsDebuggingEnabled": true
  }
}