1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-28 22:15:56 +00:00

ui: Commit build artifacts

This commit is contained in:
James Hillyerd
2018-11-12 21:53:53 -08:00
parent bea3849c97
commit 1f2d1a4622
8 changed files with 21 additions and 3 deletions

15
ui/build/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "Elm App",
"name": "Create Elm App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}