App
version: version
current_list: number of current list
content: array of lists
List
name: name of the list
items: array of items
Items
name: name of the item
cost: cost of item
amount: item amount
checked: is item ticked (true/false)
Like v1, but lists longer than 10 items or applications with more than one list are stored in local storage, not in cookies