manifest.json
 1  {
 2  	"id": "obsidian-meta-bind-plugin",
 3  	"name": "Meta Bind",
 4  	"version": "1.1.3",
 5  	"minAppVersion": "1.4.0",
 6  	"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
 7  	"author": "Moritz Jung",
 8  	"authorUrl": "https://www.moritzjung.dev/",
 9  	"fundingUrl": "https://github.com/sponsors/mProjectsCode",
10  	"helpUrl": "https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/",
11  	"isDesktopOnly": false
12  }