Skip to content

Commit

Permalink
Create site.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed Jun 12, 2024
1 parent d147eeb commit a6f2a76
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": "AreYouBored? by ThatSINEWAVE_",
"description": "Get random activities",
"short_name": "AreYouBored?",
"start_url": "/AreYouBored",
"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 a6f2a76

Please sign in to comment.