bkindler_imagefull/manifest.json
Björn Kindler 64c92137fe Prepare for community plugin submission
- Replace img.style.transform with setCssProps/CSS custom properties (lint-compliant)
- Switch classList to Obsidian toggleClass/addClass/removeClass helpers
- Remove unused async from onload, remove dead panning state
- Track open viewers so onunload closes all overlays cleanly
- Translate hint text and description to English for directory
- Add LICENSE (MIT), README, .gitignore, package.json, eslint config
- Stop tracking MEMORY.md (dev-only artifact)
2026-04-17 11:33:08 +02:00

10 lines
305 B
JSON

{
"id": "imagefull",
"name": "ImageFull",
"version": "1.0.0",
"minAppVersion": "1.4.0",
"description": "Open embedded images fullscreen with double-click. Pinch to zoom, two-finger swipe to pan.",
"author": "Björn Kindler",
"authorUrl": "https://kindler-webservices.de",
"isDesktopOnly": false
}