"use strict";(()=>{var i={writeFile:(n,t)=>"OK",writeFileAsync:async(n,t)=>"async OK"};chrome.runtime.onMessage.addListener((n,t,r)=>{let e=i[n.endpoint].apply(void 0,n.args);if(e instanceof Promise)return e.then(s=>{r(s)}),!0;if(e!==void 0)return r(e),!0});})(); //# sourceMappingURL=main.js.map