stfrigerio_sqliteDB/manifest.json

12 lines
299 B
JSON
Raw Normal View History

2025-01-29 17:35:31 +00:00
{
2025-02-05 14:44:35 +00:00
"id": "sqlite-db",
"name": "Sqlite DB",
2025-01-29 17:35:31 +00:00
"version": "1.0.0",
"minAppVersion": "0.15.0",
2025-01-29 18:20:48 +00:00
"description": "A plugin that allows to interact with sqlite databases in Obsidian",
2025-02-04 16:54:12 +00:00
"author": "Stefano Frigerio",
"authorUrl": "https://stefanofrigerio.dev",
"fundingUrl": "",
2025-02-05 14:48:04 +00:00
"isDesktopOnly": true
2025-01-29 17:35:31 +00:00
}