Skip to content

Commit

Permalink
chore: add webmanifest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 18, 2023
1 parent 247b4cb commit 3d72795
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/static/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,19 @@
"background_color": "#22C55E",
"theme_color": "#22C55E",
"description": "Why Switch is an informative website about green/green energy.",
"display": "standalone"
"display": "standalone",
"start_url": "/",
"icons": [
{
"src": "/logo.svg",
"type": "svg",
"sizes": "40x40"
}
],
"id": "/",
"short_name": "Why Switch?",
"orientation": "landscape",
"lang": "en-US",
"scope": "/",
"dir": "ltr"
}

0 comments on commit 3d72795

Please sign in to comment.