riot-starter/public/manifest.json

17 lines
411 B
JSON

{
"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/icon.png",
"sizes": "192x192",
"type": "image/png"
}]
}