riot-starter/public/manifest.json

17 lines
411 B
JSON
Raw Normal View History

2019-06-26 17:46:09 +00:00
{
"name": "RiotJS Starter Seed",
"short_name": "RiotJS Starter",
"lang": "en-US",
"orientation": "landscape-primary",
"start_url": ".",
"display": "standalone",
"background_color": "#101010",
"theme_color": "#BABABA",
"description": "riotjs spa starter seed",
"icons": [{
"src": "images/logo.png",
"sizes": "192x192",
"type": "image/png"
}]
}