Added images caching for offline use.
Cached the svgs for offline use.
This commit is contained in:
BIN
images/app_icon.sketch
Normal file
BIN
images/app_icon.sketch
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="">
|
<html class="no-js" lang="" manifest="site.manifest">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
|||||||
9
site.manifest
Normal file
9
site.manifest
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
CACHE MANIFEST
|
||||||
|
|
||||||
|
images/2halflbs-Plate.svg
|
||||||
|
images/5lbs-Plate.svg
|
||||||
|
images/10lbs-Plate.svg
|
||||||
|
images/25lbs-Plate.svg
|
||||||
|
images/35lbs-Plate.svg
|
||||||
|
images/45lbs-Plate.svg
|
||||||
|
images/BarBell.svg
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "",
|
"name": "Lift It 💪",
|
||||||
"short_name": "",
|
"short_name": "Lift It 💪",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-192x192.png",
|
"src": "/android-chrome-192x192.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user