Skip to content

Commit

Permalink
Merge pull request #1 from fsh-org/manifest
Browse files Browse the repository at this point in the history
manifest
  • Loading branch information
inventionpro authored Jan 21, 2024
2 parents fa19ebf + c323d42 commit 548d476
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<meta property="og:image" content="https://fsh.plus/fsh.png"/>
<meta name="theme-color" content="#a89c9b">
<!-- ------------------ -->
<link rel="manifest" href="/manifest.json">
<style>
body {
text-align: center;
Expand Down
17 changes: 17 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"short_name": "Fsh Radio",
"name": "Fsh Radio",
"icons": [
{
"src": "https://fsh.plus/fsh.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "/",
"background_color": "#444",
"display": "standalone",
"scope": "/",
"theme_color": "#888",
"description": "Fsh radio app",
}

0 comments on commit 548d476

Please sign in to comment.