mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
- Update 22 package metadata.json files with consistent schema - Enhance PackageLoader with file watching and navigable packages - Update QmlComponents library (atoms, core, data-display, feedback, form, layout, surfaces) - Improve watchtower PackageView and MaterialAccordion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"packageId": "microthread",
|
|
"name": "MicroThread",
|
|
"version": "1.0.0",
|
|
"description": "Rapid-fire posting feed, like a micro-blogging stream.",
|
|
"dependencies": ["login", "profile_page"],
|
|
"level": 2,
|
|
"category": "social",
|
|
"icon": "T",
|
|
"navLabel": "MicroThread",
|
|
"showInNav": false
|
|
}
|