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/static/manifest.json

19 lines
467 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"
}, {
"src": "/static/brand/logo-square.png",
"type": "image/png",
"sizes": "1024x1024"
}]
}