mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-18 15:33:19 +00:00
21 lines
501 B
Text
21 lines
501 B
Text
|
{
|
||
|
"name": "macOS defaults",
|
||
|
"short_name": "macOS defaults",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#ffffff",
|
||
|
"background_color": "#ffffff",
|
||
|
"start_url": "https://macos-defaults.com",
|
||
|
"display": "standalone"
|
||
|
}
|