18 lines
625 B
JSON
18 lines
625 B
JSON
{
|
|
"id": "/posimai-log/",
|
|
"name": "posimai log",
|
|
"short_name": "log",
|
|
"description": "Architect without Code — AI駆動開発の軌跡",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
|
"background_color": "#0D0D0D",
|
|
"theme_color": "#0D0D0D",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["productivity"],
|
|
"icons": [
|
|
{ "src": "/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
|
{ "src": "/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
|
]
|
|
}
|