Skip to content

Commit

Permalink
Create site.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed May 29, 2024
1 parent 583fb7e commit b6c0903
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions site-data/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "EverythingCats by ThatSINEWAVE",
"description": "This project aims to provide you with a perfectly delightful experience all about cats.",
"short_name": "EverythingCats",
"start_url": "/EverythingCats",
"orientation": "portrait",
"lang": "en-US",
"icons": [
{
"src": "site-data/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "site-data/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "site-data/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
]
}

0 comments on commit b6c0903

Please sign in to comment.