-
Notifications
You must be signed in to change notification settings - Fork 262
fix: Remove unused favicon files and update HTML and manifest references #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
b0f859b
36e8053
9ded8f4
8e92291
90b4030
8af653e
2550699
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,29 +3,14 @@ | |
| "name": "Knowledge Mining Generic", | ||
| "icons": [ | ||
| { | ||
| "src": "favicon.ico", | ||
| "sizes": "64x64 32x32 24x24 16x16", | ||
| "type": "image/x-icon" | ||
| }, | ||
| { | ||
| "src": "/android-chrome-192x192.png", | ||
| "src": "android-chrome-192x192.png", | ||
| "sizes": "192x192", | ||
| "type": "image/png" | ||
| }, | ||
| { | ||
| "src": "/android-chrome-512x512.png", | ||
| "src": "android-chrome-512x512.png", | ||
| "sizes": "512x512", | ||
| "type": "image/png" | ||
|
Akhileswara-Microsoft marked this conversation as resolved.
Comment on lines
5
to
13
|
||
| }, | ||
| { | ||
| "src": "/favicon-16x16.png", | ||
| "sizes": "16x16", | ||
| "type": "image/png" | ||
| }, | ||
| { | ||
| "src": "/favicon-32x32.png", | ||
| "sizes": "32x32", | ||
| "type": "image/png" | ||
| } | ||
| ], | ||
| "start_url": ".", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.