const browser = require('../browser'); module.exports = async () => { await browser.start(); const storage = await browser.getStorage(); return { success: true, action: 'get_storage', ...storage }; };