Skip to content

Commit

Permalink
Merge pull request #179 from GDSC-PKNU-21-22/dev
Browse files Browse the repository at this point in the history
부리미 0.28 배포
  • Loading branch information
hwinkr authored Aug 23, 2023
2 parents a88a978 + a229cca commit 4140b33
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,55 +7,82 @@
"lang": "en",
"scope": "/",
"orientation": "portrait",
"description": "pknu-notice app",
"theme_color": "#ffffff",
"screenshots": [
{
"src": "screenshots/my-page.png",
"sizes": "1280x720",
"type": "image/png",
"platform": "wide"
},
{
"src": "screenshots/home-page.png",
"sizes": "1280x720",
"type": "image/png",
"platform": "wide"
},
{
"src": "screenshots/map-page",
"sizes": "1280x720",
"type": "image/png",
"platform": "wide"
}
],
"icons": [
{
"src": "icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
"purpose": "maskable"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{ "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}
Binary file added public/screenshots/home-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/map-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/my-page.png
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 4140b33

Please sign in to comment.