You can set database information with theconfig()method. Available options aredriver,name,storeName,version,size, anddescription. Example: localforage.config({driver:localforage.WEBSQL,// Force WebSQL; same as using setDriver()name:'myApp',version:1.0,size:4980736,// Size of database, in byte...