2019-12-03 00:18:40 +00:00
|
|
|
{
|
|
|
|
"name": "Vanilla.js: Modern 1st Party JavaScript",
|
|
|
|
"short_name": "vanilla-js",
|
|
|
|
"description": "A Single Page Application built in 100% pure modern JavaScript with no frameworks.",
|
|
|
|
"icons": [{
|
2020-01-29 21:54:59 +00:00
|
|
|
"src": "./appicons/favicon-128.png",
|
2019-12-03 00:18:40 +00:00
|
|
|
"sizes": "128x128",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
2020-01-29 21:54:59 +00:00
|
|
|
"src": "./appicons/apple-touch-icon-144x144.png",
|
2019-12-03 00:18:40 +00:00
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
2020-01-29 21:54:59 +00:00
|
|
|
"src": "./appicons/apple-touch-icon-152x152.png",
|
2019-12-03 00:18:40 +00:00
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
2020-01-29 21:54:59 +00:00
|
|
|
"src": "./appicons/favicon-196x196.png",
|
2019-12-03 00:18:40 +00:00
|
|
|
"sizes": "196x196",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
2020-01-29 21:54:59 +00:00
|
|
|
"src": "./appicons/splash.png",
|
2019-12-03 00:18:40 +00:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}],
|
2020-01-29 21:54:59 +00:00
|
|
|
"start_url": "./index.html",
|
2019-12-03 00:18:40 +00:00
|
|
|
"display": "standalone",
|
|
|
|
"orientation" : "any",
|
|
|
|
"background_color": "#FFFFFF",
|
|
|
|
"theme_color": "#FFFFFF"
|
|
|
|
}
|