mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Added service worker
This commit is contained in:
parent
a40bd139e9
commit
e357c43f0f
4 changed files with 27 additions and 1 deletions
BIN
static/img/avatar.png
Normal file
BIN
static/img/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 MiB |
18
static/manifest.json
Normal file
18
static/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue