VUE_GabenParadise/public/manifest.json

33 lines
896 B
JSON
Raw Normal View History

2020-08-10 12:37:15 +00:00
{
"name": "Gaben Paradise",
"short_name": "Gaben Paradise",
2020-09-06 18:54:44 +00:00
"theme_color": "#2e2b2b",
2020-08-10 12:37:15 +00:00
"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",
2020-09-06 18:54:44 +00:00
"background_color": "#2e2b2b",
2020-08-10 12:37:15 +00:00
"gcm_sender_id": "338698464238"
}