Files
30-seconds-of-code/docs/manifest.json
2018-04-07 19:10:42 +03:00

15 lines
392 B
JSON

{
"name": "30 seconds of code",
"short_name": "30s of code",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#f8f8f8",
"theme_color": "#111",
"description": "Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.",
"icons": [{
"src": "favicon.png",
"sizes": "128x128",
"type": "image/png"
}]
}