posimai-tech-events/manifest.json

27 lines
699 B
JSON
Raw Normal View History

{
"name": "Posimai Events",
"short_name": "Events",
"description": "AIがイズを削ぎ落とした地域イベント情報",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#6EE7B7",
"orientation": "portrait-primary",
"lang": "ja",
"icons": [
{
"src": "/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["lifestyle", "local", "news"]
}