amethyst/manifest.json

16 lines
287 B
JSON

{
"name": "tablet's place. 🌸",
"short_name": "tablet's place. 🌸",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.png",
"sizes": "1024x1024"
}
]
}