feat: release Colour Tools 0.1.0

This commit is contained in:
2026-08-31 21:21:35 +02:00
commit 0c1fc94b58
100 changed files with 17406 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Colour Tools",
"short_name": "Colour",
"description": "Convert, composite, compare and build colours locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f7f7fb",
"theme_color": "#2d2859",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}