mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
fix manifest+PWA icon
This commit is contained in:
parent
8146f4860a
commit
41d9af379f
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ caches.keys().then(function(cacheNames){
|
||||||
});
|
});
|
||||||
|
|
||||||
var PRECACHE_ID='rom-patcher-js';
|
var PRECACHE_ID='rom-patcher-js';
|
||||||
var PRECACHE_VERSION='v9';
|
var PRECACHE_VERSION='v10';
|
||||||
var PRECACHE_URLS=[
|
var PRECACHE_URLS=[
|
||||||
'/RomPatcher.js/','/RomPatcher.js/index.html',
|
'/RomPatcher.js/','/RomPatcher.js/index.html',
|
||||||
'/RomPatcher.js/manifest.json',
|
'/RomPatcher.js/manifest.json',
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
"name":"Rom Patcher JS",
|
"name":"Rom Patcher JS",
|
||||||
"icons":[
|
"icons":[
|
||||||
{
|
{
|
||||||
"src": "logo114.png",
|
"src": "style/logo114.png",
|
||||||
"sizes": "114x114",
|
"sizes": "114x114",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"density": "1.0"
|
"density": "1.0"
|
||||||
},{
|
},{
|
||||||
"src": "logo144.png",
|
"src": "style/logo144.png",
|
||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"density": "1.0"
|
"density": "1.0"
|
||||||
},{
|
},{
|
||||||
"src": "logo192.png",
|
"src": "style/logo192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"density": "1.0"
|
"density": "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue