Advertisement
Guest User

Wallpaper

a guest
Aug 21st, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. "com.microsoft.windows.wallpaper": {
  2. "name": "Set a new Windows wallpaper",
  3. "contexts": {
  4. "OS": [
  5. {
  6. "id": "win32",
  7. "version": ">=5.0"
  8. }
  9. ]
  10. },
  11. "settingsHandlers": {
  12. "configure": {
  13. "type": "gpii.windows.spiSettingsHandler",
  14. "options": {
  15. "getAction": "SPI_GETDESKWALLPAPER",
  16. "setAction": "SPI_SETDESKWALLPAPER",
  17. "uiParam": 260,
  18. "pvParam": {
  19. "type": "array",
  20. "valueType": "TCHAR",
  21. "length": 260
  22. },
  23. "fWinIni": "SPIF_UPDATEINIFILE | SPIF_SENDWININICHANGE",
  24. "verifySettings": true
  25. },
  26. "capabilities": [
  27. "http://registry\\.gpii\\.net/common/wallpaper"
  28. ],
  29. "capabilitiesTransformations": {
  30. "Wallpaper": {
  31. "transform": {
  32. "type": "fluid.transforms.value",
  33. "inputPath": "http://registry\\.gpii\\.net/common/wallpaper",
  34. "outputPath": "value"
  35. },
  36. "path": {
  37. "transform": {
  38. "type": "fluid.transforms.literalValue",
  39. "input": "pvParam"
  40. }
  41. }
  42. }
  43. }
  44. }
  45. },
  46. "configure": [
  47. "settings.configure",
  48. ],
  49. "restore": [
  50. "settings.configure",
  51. ],
  52. "isInstalled": [
  53. {
  54. "type": "gpii.deviceReporter.alwaysInstalled"
  55. }
  56. ]
  57. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement