Added service worker

This commit is contained in:
Brandon Rozek 2022-11-22 22:24:30 -05:00
parent a40bd139e9
commit e357c43f0f
4 changed files with 27 additions and 1 deletions

BIN
static/img/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

18
static/manifest.json Normal file
View file

@ -0,0 +1,18 @@
{
"lang": "en",
"short_name": "Brandon Rozek",
"name": "Brandon Rozek",
"description": "Brandon Rozek's Website",
"icons": [
{
"src": "/img/avatar.png",
"sizes": "300x300",
"type": "image/png",
"purpose": "any"
}
],
"start_url": "/",
"display": "minimal-ui",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}