mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"name": "GeneraTOR",
|
|
"short_name": "GeneraTOR",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#313638",
|
|
"theme_color": "#ff6060",
|
|
"description": "Generator rozkazów pisemnych",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|
|
|