Optimizations and manifest

This commit is contained in:
Angelos Chalaris
2018-04-07 19:10:42 +03:00
parent bec813b551
commit 1e76ea6c14
19 changed files with 114 additions and 89 deletions

14
docs/manifest.json Normal file
View File

@ -0,0 +1,14 @@
{
"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"
}]
}