cloze-reader / site.webmanifest
milwright
clean production deployment with comprehensive readme
a6d0aac
raw
history blame contribute delete
328 Bytes
{
"name": "Cloze Reader",
"short_name": "Cloze",
"icons": [
{ "src": "./icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "./icon-512.png", "type": "image/png", "sizes": "512x512" }
],
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2c2826"
}