mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"short_name": "Security Checklist",
|
|
"name": "Personal Security Checklist",
|
|
"icons": [
|
|
{
|
|
"src": "dist/icons/android-chrome-36x36.png",
|
|
"type": "image/png",
|
|
"sizes": "36x36"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-48x48.png",
|
|
"type": "image/png",
|
|
"sizes": "48x48"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-72x72.png",
|
|
"type": "image/png",
|
|
"sizes": "72x72"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-96x96.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-144x144.png",
|
|
"type": "image/png",
|
|
"sizes": "144x144"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-256x256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-384x384.png",
|
|
"type": "image/png",
|
|
"sizes": "384x384"
|
|
},
|
|
{
|
|
"src": "dist/icons/android-chrome-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": "/index.html/?source=pwa",
|
|
"background_color": "#BCA9F5",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"theme_color": "#121f42"
|
|
} |