cberane_obsidian-material-s.../manifest.json
Cristoph Berane 75c6e4ea55
feat: update Material Symbols font and add automation scripts
- Updated Material Symbols to latest version with complete icon set
- Added `update-font.mjs` script for automated future font updates
- Added `deploy.mjs` script with proper error handling
- Fixed potential null pointer in font update logic
- Bumped version and restored repository URL
2026-02-26 20:55:54 +01:00

10 lines
No EOL
312 B
JSON

{
"id": "material-symbols",
"name": "Material Symbols",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This plugin adds the material symbols (outlined) to obsidian",
"author": "Cristoph Berane",
"authorUrl": "https://github.com/cberane/obsidian-material-symbols",
"isDesktopOnly": false
}