obsidian-logfire/manifest.json
tolvitty 4d31129090 Projekt-Grundgerüst: Build-System und Konfiguration
package.json mit better-sqlite3, tsconfig (strict, ES2022),
esbuild mit native-module-resolver für better-sqlite3,
manifest.json (Desktop-only), leere styles.css.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 10:45:43 +01:00

9 lines
263 B
JSON

{
"id": "logfire",
"name": "Logfire",
"version": "0.1.0",
"minAppVersion": "1.5.0",
"description": "Track all vault activity, query with SQL, visualize with charts and dashboards — all backed by SQLite.",
"author": "Luca",
"isDesktopOnly": true
}