👽 Vue-ify Postwoman with Nuxt.js!

This commit is contained in:
NBTX
2019-08-24 04:06:57 +01:00
parent 677bb041e9
commit a27be71b13
39 changed files with 12000 additions and 865 deletions

View File

@@ -1,41 +0,0 @@
{
"name": "Postwoman",
"short_name": "Postwoman",
"description": "API request builder",
"icons": [
{
"src": "icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./",
"display": "standalone",
"theme_color": "#121212",
"background_color": "#121212"
}