23 lines
733 B
Text
23 lines
733 B
Text
{
|
|
"name": "<%= ApplicationConfig["COMMUNITY_NAME"] %> Community",
|
|
"short_name": "dev.to",
|
|
"description": "Where programmers share ideas, experiences, and help each other grow.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"homepage_url": "<%= ApplicationConfig["APP_PROTOCOL"] %><%= ApplicationConfig["APP_DOMAIN"] %>",
|
|
"icons": [{
|
|
"src": "<%= image_path "devlogo-pwa-192.png" %>",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "<%= image_path "devlogo-pwa-128.png" %>",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "<%= image_path "devlogo-pwa-512.png" %>",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}]
|
|
}
|