dl.emersa.it/static/manifest.json

17 lines
308 B
JSON
Raw Normal View History

2025-01-24 19:04:29 +01:00
{
2025-02-12 18:35:26 +01:00
"name": "EmersaDownloader",
"start_url": "https://dl.emersa.it",
"theme_color": "rgb(34,197,94)",
"background": "black",
"orientation": "portrait",
"display": "fullscreen",
"short_name": "e-downloader",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "128x128"
}
]
}