config: qt6,metadata,json (2 files)

This commit is contained in:
2025-12-26 07:12:54 +00:00
parent 4f9afaec99
commit ab94e3f85e
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"packageId": "frontpage",
"name": "Frontpage Experience",
"version": "1.0.0",
"description": "Public landing page that stitches the hero, features, and CTA across all Qt experiences.",
"dependencies": ["login", "gallery", "blog"]
}

View File

@@ -0,0 +1,7 @@
{
"packageId": "login",
"name": "Login Shell",
"version": "1.0.0",
"description": "Authentication gate with credential helpers and shortcuts to God-level panels.",
"dependencies": []
}