You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
420 B
18 lines
420 B
{ |
|
"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" |
|
}
|
|
|