docbrown/app/assets/javascripts/manifest.json.erb
Ben Halpern 7e9280390c
Add /survey and modified several page titles (droped the the) (#515)
* Add /survey and modified several page titles (droped the the)

* Add emojis to page title
2018-06-28 11:07:42 -04:00

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"
}]
}