Skip to content

Commit

Permalink
Dharma life- web manifest file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Jul 16, 2024
1 parent c94c707 commit 1034139
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
60 changes: 60 additions & 0 deletions src/dharma-life-school.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"name": "Dharma Life",
"short_name": "Dharma Life",
"theme_color": "#e98021ff",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/school/DL_72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "assets/school/DL_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}

2 changes: 1 addition & 1 deletion www/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1721129348491,
"timestamp": 1721129627366,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit 1034139

Please sign in to comment.