Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored Sep 12, 2023
1 parent 66543f5 commit a5f9e15
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions sandspiel/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "Sandspiel",
"short_name": "Sandspiel",
"theme_color": "#2196f3",
"background_color": "#f3e6e6",
"display": "standalone",
"Scope": "https://sandspiel.club/",
"start_url": "https://sandspiel.club/",
"icons": [
{
"src": "assets/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "assets/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "assets/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "assets/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "assets/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
}

0 comments on commit a5f9e15

Please sign in to comment.