Added images caching for offline use.

Cached the svgs for offline use.
This commit is contained in:
2018-10-18 23:57:09 -04:00
parent 0e1f7c3009
commit de4aa33bec
4 changed files with 12 additions and 3 deletions

BIN
images/app_icon.sketch Normal file

Binary file not shown.

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html class="no-js" lang="">
<html class="no-js" lang="" manifest="site.manifest">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">

9
site.manifest Normal file
View 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

View File

@@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Lift It &#x1F4AA",
"short_name": "Lift It &#x1F4AA",
"icons": [
{
"src": "/android-chrome-192x192.png",