17 lines
593 B
Text
17 lines
593 B
Text
|
|
{
|
||
|
|
"name": "raycer",
|
||
|
|
"short_name": "ray/cer",
|
||
|
|
"description": "A minimal habit-accountability app for ray and cer.",
|
||
|
|
"start_url": "/",
|
||
|
|
"scope": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"background_color": "#0a0a0a",
|
||
|
|
"theme_color": "#0a0a0a",
|
||
|
|
"icons": [
|
||
|
|
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
||
|
|
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
||
|
|
{ "src": "/icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
||
|
|
]
|
||
|
|
}
|