mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-10 14:16:59 -06:00
Use new brand color in PWA
This commit is contained in:
parent
4d7ed8ac00
commit
aa818430b6
@ -1,12 +1,13 @@
|
||||
import { BRAND_COLOR_LM } from '@shlinkio/shlink-frontend-kit';
|
||||
import type { ManifestOptions } from 'vite-plugin-pwa';
|
||||
|
||||
export const manifest: Partial<ManifestOptions> = {
|
||||
short_name: 'Shlink',
|
||||
name: 'Shlink',
|
||||
name: 'Shlink Web Client',
|
||||
start_url: '/',
|
||||
display: 'standalone',
|
||||
theme_color: '#4696e5',
|
||||
background_color: '#4696e5',
|
||||
theme_color: BRAND_COLOR_LM,
|
||||
background_color: BRAND_COLOR_LM,
|
||||
icons: [
|
||||
{
|
||||
src: './icons/icon-16x16.png',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user