<schemalist>
  <schema id="org.gnome.five-or-more" path="/org/gnome/five-or-more/" gettext-domain="five-or-more">
    <key name="size" type="i">
      <default>2</default>
      <summary>Playing field size</summary>
      <description>Playing field size. 1=Small, 2=Medium, 3=Large. Any other value is invalid.</description>
    </key>
    <key name="ball-theme" type="s">
      <default>'balls.svg'</default>
      <summary>Ball style</summary>
      <description>Ball style.  The filename of the images to use for the balls.</description>
    </key>
    <key name="background-color" type="s">
      <default>'#7590AE'</default>
      <summary>Background color</summary>
      <description>Background color.  The hex specification of the background color.</description>
    </key>
    <key name="move-timeout" type="i">
      <default>100</default>
      <summary>Time between moves</summary>
      <description>Time between moves in milliseconds.</description>
    </key>
    <key name="score" type="i">
      <default>0</default>
      <summary>Game score</summary>
      <description>Game score from last saved session.</description>
    </key>
    <key name="field" type="s">
      <default>''</default>
      <summary>Game field</summary>
      <description>Game field from last saved session.</description>
    </key>
    <key name="preview" type="s">
      <default>''</default>
      <summary>Game preview</summary>
      <description>Game preview from last saved session.</description>
    </key>
    <key name="window-width" type="i">
      <default>700</default>
      <summary>Width of the window in pixels</summary>
    </key>
    <key name="window-height" type="i">
      <default>540</default>
      <summary>Height of the window in pixels</summary>
    </key>
    <key name="window-is-maximized" type="b">
      <default>false</default>
      <summary>true if the window is maximized</summary>
    </key>
  </schema>
</schemalist>
