Files
colour-tools/public/manifest.webmanifest

19 lines
401 B
JSON

{
"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"
}
]
}