summaryrefslogtreecommitdiff
path: root/extension/manifest.json
AgeCommit message (Collapse)Author
2021-04-20extension: defineFile -> routeWithContents. hot reload stuff.Omar Rizwan
add runtime/background.js route.
2020-12-25make windows/*/visible-tab.png. seems to work?Omar Rizwan
2020-12-22start adding extensions/ folder. fix up js testsOmar Rizwan
some hacks to start working on clearing old scriptParsed entries
2020-12-02base64 reads. start working on screenshot stuff.Omar Rizwan
2020-10-29fix file reads! (substr by offset/size). remove browser actionOmar Rizwan
2020-10-23Switch to browser namespace so we can use Promises.Omar Rizwan
2020-10-22works on FF!! key thing was... to add indexedDB permission...Omar Rizwan
(I guess FF uses the DB in the backend? it makes async errors work...)
2020-10-16Starting to move to native messaging.Omar Rizwan
Why? The WebSocket stuff is broken right now, and I want to get rid of the dep...
2018-11-28Toolbar icon! Simplify file defns! Pretty cool!Omar Rizwan
2018-11-14Route tree!Omar Rizwan
2018-11-11Tabs subfolder.Omar Rizwan
2018-11-11WebSocket communication seems to work.Omar Rizwan