mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"short_name": "Compass",
|
|
"name": "Compass",
|
|
"icons": [
|
|
{
|
|
"src": "../icons/icon-48.webp",
|
|
"type": "image/png",
|
|
"sizes": "48x48",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-72.webp",
|
|
"type": "image/png",
|
|
"sizes": "72x72",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-96.webp",
|
|
"type": "image/png",
|
|
"sizes": "96x96",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-128.webp",
|
|
"type": "image/png",
|
|
"sizes": "128x128",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-192.webp",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-256.webp",
|
|
"type": "image/png",
|
|
"sizes": "256x256",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "../icons/icon-512.webp",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"orientation": "portrait-primary"
|
|
}
|