Pro-class / manifest.json
Kgshop's picture
Update manifest.json
0f3f02d verified
raw
history blame contribute delete
369 Bytes
{
"name": "PRO_CLASS",
"short_name": "PRO_CLASS",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#FFFFFF",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}