pirb / manifest.json
Sławomir Dadas
Initial version of the benchmark
09c20f5
raw
history blame
No virus
322 Bytes
{
"short_name": "Leaderboard",
"name": "A leaderboard showing evaluation results",
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}