docs: Add pwa plugin & update manifest

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent c52b870a3d
commit f63e1571ae
3 changed files with 1382 additions and 29 deletions
@@ -1 +1,21 @@
{"name":"","short_name":"","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","display":"standalone"}
{
"name": "VueFlow",
"short_name": "VueFlow",
"description": "Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.",
"start_url": "/index.html",
"theme_color": "#10b981",
"background_color": "#ffffff",
"display": "standalone",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
}