// Test user for "intra application" transforms, including "aliases" and other remappings of application settings.
{
  "flat": {
    "contexts": {
      "gpii-default": {
        "name": "Default preferences",
        "preferences": {
          "http://registry.gpii.net/applications/com.microsoft.windows.desktopBackground": {
            "Image": "%SystemRoot%\\Web\\Wallpaper\\Windows\\img0.jpg", // Transformed to "ImageConfig" setting
            "SolidColor": { r:  128, g: 128, b: 128 }, // Transformed to "SolidColorConfig" setting
            "WallpaperStyle": "6" // Transformed to "Scaling" setting
          },
          "http://registry.gpii.net/applications/com.microsoft.windows.mouseSettings": {
            "DoubleClickTime": 500, // Transformed to "DoubleClickTimeConfig" setting
            "ScrollChars": 5, // Transformed to "ScrollCharsConfig" setting
            "SwapMouseButtons": 1 // Transformed to "SwapMouseButtonsConfig" setting
          },
          "http://registry.gpii.net/applications/com.microsoft.windows.notificationDuration": {
            "NotificationDuration": 15 // Transformed to "Duration" setting.
          }
        }
      }
    }
  }
}
