posimai-tech-events/manifest.json

27 lines
699 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"]
}