mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
PWA fix attempt 1
This commit is contained in:
parent
e1e4415829
commit
0dd1e01ed5
2 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
const PRECACHE = 'precache-v3';
|
const PRECACHE = 'precache-v5';
|
||||||
const RUNTIME = 'runtime';
|
const RUNTIME = 'runtime';
|
||||||
const PRECACHE_URLS = [
|
const PRECACHE_URLS = [
|
||||||
'index.html','./',
|
'index.html',/*'./',*/
|
||||||
'manifest.json',
|
'manifest.json',
|
||||||
'favicon.png',
|
'favicon.png',
|
||||||
'logo192.png',
|
'logo192.png',
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<footer>
|
<footer>
|
||||||
Rom Patcher JS <small>v2.0 RC1</small> by <a href="/">Marc Robledo</a>
|
Rom Patcher JS <small>v2.0 RC1b</small> by <a href="/">Marc Robledo</a>
|
||||||
<br />
|
<br />
|
||||||
<i class="icon github"></i> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
<i class="icon github"></i> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
||||||
<i class="icon heart"></i> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
<i class="icon heart"></i> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue