18 lines
587 B
JSON
18 lines
587 B
JSON
{
|
|
"id": "/APP_ID/",
|
|
"name": "APP_NAME",
|
|
"short_name": "APP_NAME",
|
|
"description": "APP_DESCRIPTION",
|
|
"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" }
|
|
]
|
|
}
|