1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00
HNReader/web/public/manifest.json

22 lines
410 B
JSON
Raw Normal View History

2021-04-10 22:23:51 +02:00
{
"$schema": "https://json.schemastore.org/web-manifest.json",
"name": "HNReader",
"background_color": "#FF6600",
"display": "standalone",
"icons": [
{
"src": "/icon/128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "/icon/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"lang": "en-US",
"scope": "/",
"start_url": "/"
}