* Add /survey and modified several page titles (droped the the) * Add emojis to page title
23 lines
630 B
Text
23 lines
630 B
Text
{
|
|
"name": "DEV 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": "https://dev.to",
|
|
"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"
|
|
}]
|
|
}
|