Skip to content

Commit

Permalink
Merge pull request #9 from aidan-yip/patch-3
Browse files Browse the repository at this point in the history
Patch 3
  • Loading branch information
aidan-yip committed May 21, 2024
2 parents 641abc0 + 6979831 commit 47ad708
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 35 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
Public/.DS_Store
Public/icons/.DS_Store
.DS_Store
.DS_Store
.DS_Store
File renamed without changes.
Binary file modified Public/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 36 additions & 35 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"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": "#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"
}
]
}

Binary file modified public/moon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47ad708

Please sign in to comment.