dwolfe884_obsidian-x86-flow.../manifest.json

13 lines
377 B
JSON
Raw Normal View History

2023-02-03 18:11:50 +00:00
{
2023-02-06 19:58:19 +00:00
"id": "x86-flow-graphing",
"name": "x86 Assembly Flow Graphing",
2023-03-13 17:48:50 +00:00
"version": "1.0.2",
2023-02-05 20:43:41 +00:00
"minAppVersion": "1.1.0",
2023-02-05 23:21:59 +00:00
"description": "An Obsidian plugin for converting x86 code blocks into flow graphs",
2023-02-03 18:11:50 +00:00
"author": "icebear",
"authorUrl": "https://github.com/dwolfe884",
2023-02-05 20:43:41 +00:00
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/djwolfe"
},
2023-02-03 18:11:50 +00:00
"isDesktopOnly": false
}