VERSION = 1,

option LighterConfig.MaxLighterUses
{
    type = integer, min = 1, max = 500, default = 100,
    page = MoreUsesForLightersAndMatches, translation = MaxLighterUses,
}

option LighterConfig.MaxMatchesUses
{
    type = integer, min = 1, max = 100, default = 20,
    page = MoreUsesForLightersAndMatches, translation = MaxMatchesUses,
}

option LighterConfig.MaxDisposableLighterUses
{
    type = integer, min = 1, max = 500, default = 100,
    page = MoreUsesForLightersAndMatches, translation = MaxDisposableLighterUses,
}
