Revert "Migrate Postwoman to Nuxt.js (full Vue and SCSS support)"

This commit is contained in:
Nicholas La Roux
2019-08-24 23:27:34 +09:00
parent 8198872972
commit 8fd43e8cff
38 changed files with 810 additions and 12029 deletions

41
manifest.json Normal file
View File

@@ -0,0 +1,41 @@
{
"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"
}