Skip to content

Commit

Permalink
Favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalSvatos committed Oct 26, 2022
1 parent 8c514f0 commit bb4837d
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 4 deletions.
Binary file added images/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/android-chrome-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#00a300</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added images/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions images/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions images/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Mr. Shareman",
"short_name": "Mr. Shareman",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#0d2613",
"background_color": "#0d2613",
"display": "standalone"
}
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="manifest" href="./images/site.webmanifest">
<link rel="mask-icon" href="./images/safari-pinned-tab.svg" color="#0d2613">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#0d2613">

<title>Mr. Shareman - show me your screen</title>
<link rel="stylesheet" href="./style.css">
<link rel="manifest" href="./manifest.json">
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"short_name": "Mr. Shareman",
"start_url": "index.html",
"display": "standalone",
"background_color": "#5900b3",
"background_color": "#0d2613",
"theme_color": "black",
"scope": ".",
"description": "Simple app for quickly sharing something on the screen.",
"icons": [
{
"src": "./icon-192x192.png",
"src": "./images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icon-512x512.png",
"sizes": "512x512",
"src": "./images/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
]
Expand Down

0 comments on commit bb4837d

Please sign in to comment.