isontheline / pro.webssh.net

iOS / iPadOS / macOS SSH Client
https://apps.apple.com/us/app/id497714887
MIT License
299 stars 41 forks source link

Extensions / Plugins / Addons : Ability to extend WebSSH features #528

Open isontheline opened 2 years ago

isontheline commented 2 years ago

Describe the feature

Manage extensions from mashREPL

Extensions / Plugins / Addons sandboxing (JS)

Extensions to implement

isontheline commented 1 year ago

https://developer.apple.com/app-store/review/guidelines/#third-party-software

only use capabilities available in a standard WebKit view (e.g. it must open and run natively in Safari without modifications or additional software); and use WebKit and JavaScript Core to run third-party software and should not attempt to extend or expose native platform APIs to third-party software;

isontheline commented 1 year ago

https://nshipster.com/javascriptcore/