Skip to content

Commit

Permalink
Merge pull request #23 from aidan-yip/v2.0.0
Browse files Browse the repository at this point in the history
Patch for style change
  • Loading branch information
aidan-yip committed May 23, 2024
2 parents 6526b54 + 0f9c3a4 commit 37f9b79
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
71 changes: 35 additions & 36 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"name": "Weather 64",
"short_name": "Weather 64",
"start_url": "https://weather-64.pages.dev",
"display": "standalone",
"x-robots-tag": "index",
"background_color": "#0052bc",
"theme_color": "#0052bc",
"description": "A clean minimal open source weather app.",
"icons": [
{
"src": "./public/icons/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./public/splash/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./public/splash/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./public/splash/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}

"name": "Weather 64",
"short_name": "Weather 64",
"start_url": "https://weather-64.pages.dev",
"display": "standalone",
"x-robots-tag": "index",
"background_color": "#0052bc",
"theme_color": "#70cbff",
"description": "A clean minimal open source weather app.",
"icons": [
{
"src": "./public/icons/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./public/splash/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./public/splash/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./public/splash/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

body {
background-color: #4183bd;
background-color: #70cbff;
padding-top: 0px;
min-width: 375px;
}
Expand Down

0 comments on commit 37f9b79

Please sign in to comment.