App.stores.Settings = new Ext.data.JsonStore({
    model: 'Setting',
    autoLoad: true,
    proxy: {
        type: 'localstorage',
        id: 'slideshow-settings'
    }   
});

