Guest User

Untitled

a guest
Jan 12th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Response received from STMM using preference set review2_demo2.json:
  2.  
  3. [
  4. {
  5. "name": "EasyOne Communicator Windows",
  6. "id": "trace.easyOne.communicator.windows",
  7. "contexts": {
  8. "OS": [
  9. {
  10. "id": "win32",
  11. "version": ">=5.0"
  12. }
  13. ]
  14. },
  15. "settingsHandlers": [
  16. {
  17. "type": "gpii.settingsHandlers.noSettings",
  18. "settings": {}
  19. }
  20. ],
  21. "lifecycleManager": {
  22. "start": [
  23. {
  24. "type": "gpii.launch.exec",
  25. "command": "\"${{environment}.PROGRAMFILES(x86)}\\Mozilla Firefox\\firefox.exe\" http://easy1234.org/user/${{userT
  26. oken}}"
  27. }
  28. ],
  29. "stop": [
  30. {
  31. "type": "gpii.launch.exec",
  32. "command": "${{environment}.SystemRoot}\\System32\\taskkill.exe /im firefox.exe"
  33. }
  34. ]
  35. }
  36. }
  37. ]
Advertisement
Add Comment
Please, Sign In to add comment