rocket9labs.com/static/index.webmanifest

19 lines
420 B
Plaintext
Raw Normal View History

2020-01-18 02:14:28 +00:00
{
"name": "Rocket Nine Labs",
"short_name": "Rocket Nine Labs",
"lang": "en-us",
"theme_color": "#2962ff",
"background_color": "#2962ff",
"icons": [{
"src": "../img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "../img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}],
"display": "standalone",
"start_url": "/?utm_source=web_app_manifest"
}