xx
This commit is contained in:
parent
760b34d878
commit
9b9c6c257e
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="apple-mobile-web-app-title" content="Watermelon Movies 🍉">
|
||||
<link rel="apple-touch-icon" href="/icon.png">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
|
||||
|
||||
<style>
|
||||
/* Custom styles for movie tiles */
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
"theme_color": "#ff6347",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon.png",
|
||||
"src": "/icons/androis-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon.png",
|
||||
"src": "/icons/androis-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
|
|||
2
sw.js
2
sw.js
|
|
@ -5,7 +5,7 @@ self.addEventListener('install', function(event) {
|
|||
'/',
|
||||
'/index.html',
|
||||
'/style.css',
|
||||
'/icon.png',
|
||||
'/icons/apple-touch-icon.png',
|
||||
'/manifest.json'
|
||||
]);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue