Skip to content

Commit

Permalink
add manifest #5
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Sep 3, 2022
1 parent 382a8a2 commit 80cc123
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Math Tools",
"short_name": "Math Tools",
"description": "Math Tools",
"lang": "de-CH",
"orientation": "any",
"theme_color": "#3498db",
"background_color": "#3498db",
"start_url": "https://math-tools.app",
"display": "standalone",
"icons": [
{
"src": "https://math-tools.app/assets/images/logo.png",
"sizes": "96x96"
},
{
"src": "https://math-tools.app/assets/images/logo.pn",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://math-tools.app/assets/images/logo.pn",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://math-tools.app/assets/images/logo.pn",
"sizes": "256x256",
"type": "image/png"
}
]
}

0 comments on commit 80cc123

Please sign in to comment.