1
0
mirror of synced 2024-07-07 21:35:14 +08:00
plugins/plugins/com.hieuthi.joplin.function-plot/manifest.json
2022-10-20 09:05:55 +00:00

20 lines
726 B
JSON

{
"manifest_version": 1,
"id": "com.hieuthi.joplin.function-plot",
"app_min_version": "2.7",
"version": "1.0.0",
"name": "Function Plot",
"description": "Joplin plugin based on Function Plot library to render function such as y = x * x",
"author": "Hieu-Thi Luong",
"homepage_url": "https://github.com/hieuthi/joplin-plugin-function-plot",
"repository_url": "https://github.com/hieuthi/joplin-plugin-function-plot",
"keywords": [
"joplin-plugin",
"function plot",
"plotting",
"mathematic"
],
"_publish_hash": "sha256:fdd289b8268eeb1298a12095f7e3bbca48cc516c27b951d809de5c42f4e6997f",
"_publish_commit": "main:d718aaa8cad3245d9067489d44296e1d75201a7a",
"_npm_package_name": "joplin-plugin-function-plot"
}