···161161- Need to look at whether could library-ize some of what Agregore implemented for non-HTTP protocol support.
162162- Min browser might be interesting as a forkable base to work from and contribute to, if they're open to it. At least, should look more at the architecture.
163163164164+## Contribution
165165+166166+- in proto stage
167167+- all dragons, no promises
168168+169169+## Development
170170+171171+```
172172+yarn install
173173+yarn debug
174174+```
175175+164176### Mobile
165177166178- Quick access to Script output and manual runs, as widgets (or output from cloud runners?)
···265277- look at web actions/intents/applets
266278- xml pipeline language
267279268268-## Contribution
269269-270270-- in proto stage
271271-- all dragons, no promises
272272-273273-## Development
274274-275275-```
276276-yarn install
277277-yarn debug
278278-```
279279-280280## Mobile
281281282282- some of the features don't make sense as-is on mobile
···284284- and seeing output of content scripts, or ability to re-run locally on demand
285285- needs some sync facility (inevitable anyway)
286286287287-## Demo reel
288288-289289-to add:
290290-- something where i'm in a different app and peek/slide
291291-292292-preview gif
293293-- empty background
294294-- slide-right: start music on hypem.com
295295-296296-- cmd: `search` for 'xiao mian' w/ cmd, click on recipe link
297297- - add a 'search' command
298298-299299-- copy chinese text
300300-- slide-top: paste to translate into english
301301-302302-- cmd: `images` chongqing xiao mian
303303-- copy image of noodle soup
304304-- slide-down: to open tldraw, paste image
305305-306306-- slide-left: ask chatgpt about how chongqing xiao mian is different from in chengdu
307307-308308-- peek-0: check the weather
309309-310310-- slide-top: get directions to noodle shop
311311-312287## Use-cases
313288314289Peeks
···401376402377- users can move, resize, change things to their requirements
403378 - eg, browsers restrict min-height of a window, but i should be able make as short as i like
404404-405405-406406-## Browser architecture references
407407-408408-Agregore ext protocol impl
409409-- where all are registered: https://github.com/AgregoreWeb/agregore-browser/blob/master/app/protocols/index.js#L74
410410-- how convert the fetch APIs to be compatible with the streaming protocol handler API in electron: https://github.com/AgregoreWeb/agregore-browser/blob/master/app/protocols/fetch-to-handler.js
411411-- where register IPFS: https://github.com/AgregoreWeb/agregore-browser/blob/electron-23/app/protocols/ipfs-protocol.js
412412-413413-Browsers
414414-- Min browser architecture - https://github.com/minbrowser/min/wiki/Architecture
415415-- Dot browser https://www.dothq.org/en-US
416379417380## History
418381