1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/dist/manifest.json

26 lines
471 B
JSON
Raw Permalink Normal View History

{
"short_name": "BrowserPhone",
"name": "BrowserPhone",
"icons": [
{
"src": "phone_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "phone_512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "phone_600.png",
"type": "image/png",
"sizes": "600x600"
}
],
"start_url": "/",
"background-color": "#222222",
"display": "standalone",
"theme_color": "#222222"
}