mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
8fbe095e94
* Replace tiny bitmaps with base64-encoded URIs * Optimize SVGs; replace logo PNG with SVG * Modernize favicon * Embed CSS; a bit unorthodox, but we’re a single page so there’s no point in separate .css files and their separate HTTP requests
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"name": "",
|
|
"icons": [
|
|
{
|
|
"src": "\/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image\/png"
|
|
},
|
|
{
|
|
"src": "\/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image\/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|