manifest.json 563 B

1234567891011121314151617
  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.21.0",
  10. "js": "main.js",
  11. "fundingUrl": {
  12. "Github Sponsor": "https://github.com/sponsors/tgrosinger",
  13. "Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
  14. "Paypal": "https://paypal.me/tgrosinger"
  15. },
  16. "donation": "https://buymeacoffee.com/tgrosinger"
  17. }