Files
BitwiseCmd/public/manifest.json
Borys Levytskyi 271c58a980 Migrate to typescript (#14)
* Move BitwiseCmd to typescript

* Add serve-build http command

* Add Env type

* Add CNAME and sitemap.xml files

* Add files via upload
2021-01-12 16:41:03 +02:00

16 lines
294 B
JSON

{
"short_name": "BitwiseCmd",
"name": "BitwiseCmd",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}