annotator / manifest.json
studentscolab's picture
Upload 6 files
ea32c8b verified
raw
history blame contribute delete
615 Bytes
{
"name": "Annotator YOLO PWA",
"short_name": "Annotator",
"description": "Prosta aplikacja PWA do etykietowania wielu obrazów i eksportu YOLO.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#111827",
"lang": "pl",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}