mirror of
https://github.com/mprojectscode/obsidian-safe-js-plugin.git
synced 2026-07-22 17:20:31 +00:00
11 lines
337 B
JSON
11 lines
337 B
JSON
{
|
|
"id": "safe-js",
|
|
"name": "Safe JS",
|
|
"version": "0.1.3",
|
|
"minAppVersion": "1.13.0",
|
|
"description": "Run JavaScript through sandboxed Web Workers and a limited RPC surface.",
|
|
"author": "Moritz Jung",
|
|
"authorUrl": "https://www.moritzjung.dev/",
|
|
"fundingUrl": "https://github.com/sponsors/mProjectsCode",
|
|
"isDesktopOnly": false
|
|
}
|