katbugjs/manifest.json

16 lines
331 B
JSON

{
"name": "Catbug in the See-Through-Zone",
"short_name": "KatbugJS",
"start_url": "./index.html",
"display": "fullscreen",
"theme_color": "#1f9b92",
"background_color": "#000000",
"orientation": "landscape",
"icons": [
{
"src": "./icon.png",
"sizes": "64x64",
"type": "image/png"
}
]
}