1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

added big favicon

This commit is contained in:
Marc Robledo 2018-04-29 11:12:54 +02:00
parent 8b776000b3
commit c37c564d6c
2 changed files with 4 additions and 2 deletions

View file

@ -12,7 +12,7 @@ limitations under the License.
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
*/
const PRECACHE_ID='v20180428d';
const PRECACHE_ID='v20180429';
const PRECACHE_FILES=[
'index.html','./',
'RomPatcher.css',

View file

@ -7,7 +7,9 @@
<meta name="keywords" content="ips,ups,aps,bps,patcher,online,html5,web,online,rom,patch,hack,translation"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="manifest" href="./manifest.json"/>
<link rel="shortcut icon" href="./favicon.png"/>
<link rel="shortcut icon" href="./favicon.png" type="image/png" sizes="16x16"/>
<link rel="shortcut icon" href="./logo192.png" type="image/png" sizes="192x192"/>
<!-- <link rel="apple-touch-icon" href="./logo192.png" sizes="192x192" /> -->
<link type="text/css" rel="stylesheet" href="./RomPatcher.css" media="all"/>
<script type="text/javascript" src="./RomPatcher.js"></script>
<script type="text/javascript" src="./ips.js"></script>