You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carbon/public/manifest.json

23 lines
522 B
JSON

{
"name": "Carbon",
"short_name": "Carbon",
"background_color": "#121212",
"theme_color": "#121212",
"description": "Carbon is the easiest way to create and share beautiful images of your source code.",
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/static/brand/icon.png",
"type": "image/png",
"sizes": "448x448",
"purpose": "any maskable"
},
{
"src": "/static/brand/desktop.png",
"type": "image/png",
"sizes": "512x512"
}
]
}