Files
Coworker/apps/desktop/public/manifest.webmanifest
MrSphay 2ec18964b7
Some checks failed
Codex Template Compliance / compliance (push) Successful in 7s
Release Dry Run / release-dry-run (push) Failing after 44s
Build / build (push) Failing after 45s
Initial Coworker app scaffold
2026-06-19 01:07:16 +02:00

18 lines
318 B
JSON

{
"name": "Coworker",
"short_name": "Coworker",
"display": "standalone",
"background_color": "#111317",
"theme_color": "#111317",
"start_url": "/",
"scope": "/",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}