Spaces:
Running
Running
| { | |
| "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" | |
| } | |
| ] | |
| } | |