chore(*): Add workbox service worker

This commit is contained in:
Josh Creek
2024-04-14 16:03:01 +01:00
parent 7c0dec0cb4
commit 6712339640
24 changed files with 6414 additions and 139 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+3
View File
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
-22
View File
@@ -1,22 +0,0 @@
{
"name": "Living Dex Tracker",
"short_name": "Living Dex Tracker",
"description": "A tool to enable you to track your progress in completing the living Pokédex in Pokémon games.",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "/",
"theme_color": "#f00000",
"background_color": "#f0f0f0",
"display": "standalone"
}