VUE_GabenParadise/public/manifest.json

33 lines
896 B
JSON

{
"name": "Gaben Paradise",
"short_name": "Gaben Paradise",
"theme_color": "#2e2b2b",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "fullscreen",
"background_color": "#2e2b2b",
"gcm_sender_id": "338698464238"
}