manifest.json 493 B

123456789101112131415
  1. {
  2. "id": "table-editor-obsidian",
  3. "name": "Advanced Tables",
  4. "author": "Tony Grosinger",
  5. "authorUrl": "https://grosinger.net",
  6. "description": "Improved table navigation, formatting, manipulation, and formulas.",
  7. "isDesktopOnly": false,
  8. "minAppVersion": "1.0.0",
  9. "version": "0.23.2",
  10. "fundingUrl": {
  11. "Github Sponsor": "https://github.com/sponsors/tgrosinger",
  12. "Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
  13. "Paypal": "https://paypal.me/tgrosinger"
  14. }
  15. }