Skip to content

Commit

Permalink
Make app installable
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Nov 5, 2024
1 parent 43ab653 commit 3c456eb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions incoming-call-notifications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Incoming Call Notifications API</title>
<link rel="icon" type="image/png" href="https://edgestatic.azureedge.net/welcome/static/favicon.png">
<link rel="manifest" href="manifest.json">

<style>
html {
Expand Down
16 changes: 16 additions & 0 deletions incoming-call-notifications/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"theme_color": "#8a35f6",
"background_color": "#f69435",
"display": "standalone",
"scope": "./",
"start_url": "./index.html",
"name": "Incoming Call Notifications",
"short_name": "ICN",
"icons": [
{
"src": "icon.png",
"sizes": "192x192 256x256 512x512",
"type": "image/png"
}
]
}

0 comments on commit 3c456eb

Please sign in to comment.