This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trafficcue-client/public/manifest.json
Cfp f2348873fd
Some checks failed
TrafficCue CI / check (push) Successful in 26s
TrafficCue CI / build (push) Has been cancelled
style: add eslint and prettier
2025-06-22 17:53:32 +02:00

18 lines
254 B
JSON

{
"name": "TrafficCue",
"icons": [
{
"src": "img/icon512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "img/icon192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/",
"display": "standalone"
}