lossless-group_perplexed-pl.../manifest.json
mpstaton bc051168d1 feat(modal): milestone of modal feature displaying citations working
On branch development
 Changes to be committed:
	modified:   README.md
	modified:   esbuild.config.mjs
	modified:   main.ts
	modified:   manifest.json
	new file:   src/modals/CitationModal.ts
	new file:   src/services/citationService.ts
	new file:   src/styles/citations.css
	new file:   src/types/obsidian.d.ts
	new file:   src/utils/logger.ts
2025-07-06 18:41:26 +03:00

11 lines
334 B
JSON

{
"id": "cite-wide",
"name": "Cite Wide Obsidian Plugin",
"version": "0.0.0.1",
"minAppVersion": "0.0.0.1",
"description": "A plugin for Obsidian that allows you to generate content using AI.",
"author": "Lossless Group",
"authorUrl": "https://lossless.group",
"fundingUrl": "https://lossless.group",
"isDesktopOnly": true
}