Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/playground/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google" value="notranslate">
<link rel="shortcut icon" href="static/favicon.ico">
<link rel="manifest" href="static/app.webmanifest" />
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
Expand Down
28 changes: 28 additions & 0 deletions static/app.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"short_name": "Scratch",
"name": "Scratch",
"icons": [
{
"src": "/static/favicon-48.png",
"sizes": "48x48"
},
{
"src": "/static/favicon-72.png",
"sizes": "72x72"
},
{
"src": "/static/favicon-96.png",
"sizes": "96x96"
},
{
"src": "/static/favicon-144.png",
"sizes": "144x144"
},
{
"src": "/static/favicon-192.png",
"sizes": "192x192"
}
],
"start_url": "/",
"display": "standalone"
}
Binary file added static/favicon-144.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 static/favicon-192.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 static/favicon-48.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 static/favicon-72.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 static/favicon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.