update favicon files
This commit is contained in:
parent
26970f86f6
commit
9acd462234
1 changed files with 5 additions and 6 deletions
|
@ -16,14 +16,13 @@ logofinder_results = {
|
||||||
}
|
}
|
||||||
|
|
||||||
favicon_package_files = {
|
favicon_package_files = {
|
||||||
'android-chrome-192x192.png',
|
|
||||||
'android-chrome-512x512.png',
|
|
||||||
'apple-touch-icon.png',
|
'apple-touch-icon.png',
|
||||||
'browserconfig.xml',
|
'favicon-96x96.png',
|
||||||
'mstile-150x150.png',
|
'favicon.ico',
|
||||||
'mstile-310x310.png',
|
'favicon.svg',
|
||||||
'safari-pinned-tab.svg',
|
|
||||||
'site.webmanifest',
|
'site.webmanifest',
|
||||||
|
'web-app-manifest-192x192.png',
|
||||||
|
'web-app-manifest-512x512.png',
|
||||||
}
|
}
|
||||||
|
|
||||||
if settings.FAVICON_PACKAGE and os.path.isdir(settings.FAVICON_PACKAGE):
|
if settings.FAVICON_PACKAGE and os.path.isdir(settings.FAVICON_PACKAGE):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue