{
  "updateChannel" : {
    "index"          : 1,
    "name"           : "Update channel",
    "description"    : "GuideGuide checks for this kind of update",
    "defaultValue"   : "normal",
    "acceptedValues" : ["normal", "beta"],
    "value"          : "normal"
  },
  "horizontalRemainderDistribution" : {
    "index"          : 2,
    "name"           : "Horizontal pixel remainder",
    "description"    : "When a given grid's math results in a remainder, the remaining pixels are distributed to the columns in this area of the grid",
    "defaultValue"   : "right",
    "acceptedValues" : ["left","center","right"],
    "value"          : "right"
  },
  "verticalRemainderDistribution" : {
    "index"          : 3,
    "name"           : "Vertical pixel remainder",
    "description"    : "When a given grid's math results in a remainder, the remaining pixels are distributed to the rows in this area of the grid",
    "defaultValue"   : "top",
    "acceptedValues" : ["top","middle","bottom"],
    "value"          : "top"
  },
  "horizontalGridPosition" : {
    "index"          : 4,
    "name"           : "Horizontal grid position",
    "description"    : "When a given grid is smaller than the given area, the grid will be positioned using this value",
    "defaultValue"   : "left",
    "acceptedValues" : ["left","center","right"],
    "value"          : "left"
  },
  "verticalGridPosition" : {
    "index"          : 5,
    "name"           : "Vertical grid position",
    "description"    : "When a given grid is smaller than the given area, the grid will be positioned using this value",
    "defaultValue"   : "top",
    "acceptedValues" : ["top","middle","bottom"],
    "value"          : "top"
  },
  "checkForUpdates" : {
    "index"          : 997,
    "name"           : "Automatic updates",
    "description"    : "GuideGuide automatically check for updates",
    "defaultValue"   : "false",
    "acceptedValues" : ["true","false"],
    "value"          : "false"
  },
  "shareData" : {
    "index"          : 998,
    "name"           : "Share anonymous data",
    "description"    : "• GuideGuide Version\n• Update Channel\n• Application Version\n• Operating System",
    "defaultValue"   : "false",
    "acceptedValues" : ["true","false"],
    "value"          : "false"
  },
  "debug" : {
    "index"          : 999,
    "name"           : "Debug mode",
    "description"    : "Enables special debug options",
    "defaultValue"   : "false",
    "acceptedValues" : ["true","false"],
    "value"          : "false"
  }
}
