Skip to content

Commit

Permalink
fix: manifeast josn
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Nov 6, 2023
1 parent 514f6c8 commit 0c4ad59
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/myanmar_calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">


<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="manifest" href="/manifest.json"/>
</head>
<body>
<div id="root"></div>
Expand Down
Empty file.
36 changes: 36 additions & 0 deletions apps/myanmar_calendar/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "mCal",
"short_name": "mCal",
"description": "Myanmar's first digital calendar",
"icons": [
{
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/manifest-icon-192.maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}
27 changes: 0 additions & 27 deletions apps/myanmar_calendar/public/manifest.webmanifest

This file was deleted.

1 change: 0 additions & 1 deletion apps/myanmar_calendar/vite.svg

This file was deleted.

0 comments on commit 0c4ad59

Please sign in to comment.