app_manifest.json 379 B

1234567891011121314151617
  1. {
  2. "SchemaVersion": 1,
  3. "Name": "wolfSSL_Client",
  4. "ComponentId": "00000000-0000-0000-0000-000000000002",
  5. "EntryPoint": "/bin/app",
  6. "CmdArgs": [],
  7. "Capabilities": {
  8. "AllowedConnections": [
  9. "www.wolfssl.com",
  10. "192.168.1.128",
  11. "192.168.1.150",
  12. "192.168.1.200",
  13. "192.168.1.225"
  14. ]
  15. },
  16. "ApplicationType": "Default"
  17. }