mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-03-10 08:51:24 +00:00
30 lines
689 B
JSON
30 lines
689 B
JSON
{
|
|
"name": "Rocket",
|
|
"short_name": "rocket",
|
|
"theme_color": "#e63946",
|
|
"background_color": "#1d3557",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"Scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "../_merged_assets/_static/icons/android-chrome-192x192.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "../_merged_assets/_static/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "../_merged_assets/_static/icons/maskable-icon.jpg",
|
|
"sizes": "1024x1024",
|
|
"type": "image/jpg",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"splash_pages": null
|
|
}
|