mirror of
https://github.com/adelatour11/codebarr.git
synced 2026-05-04 19:09:53 -05:00
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "Lidarr Barcode Scanner",
|
|
"short_name": "LidarrScan",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#202020",
|
|
"theme_color": "#5c9d4e",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|