V0.7.0 shell contract (#54)
All checks were successful
CI/CD / detect-changes (push) Successful in 3s
CI/CD / test-frontend (push) Successful in 6s
CI/CD / test-sqlite (push) Successful in 2m54s
CI/CD / test-go-pg (push) Successful in 2m55s
CI/CD / build-and-deploy (push) Successful in 1m5s

This commit was merged in pull request #54.
This commit is contained in:
2026-04-01 20:19:45 +00:00
parent 1236220302
commit e916ed41ea
151 changed files with 3250 additions and 684 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Armature",
"short_name": "Armature",
"description": "Self-hosted AI chat — unified interface for multiple providers",
"description": "Self-hosted extension platform — build, compose, and run extensions.",
"start_url": "./",
"scope": "./",
"display": "standalone",
@@ -14,16 +14,31 @@
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon-light-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon-256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "favicon-light-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "favicon-light.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}