mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-18 02:55:51 +00: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';
|
import type { ManifestOptions } from 'vite-plugin-pwa';
|
||||||
|
|
||||||
export const manifest: Partial<ManifestOptions> = {
|
export const manifest: Partial<ManifestOptions> = {
|
||||||
short_name: 'Shlink',
|
short_name: 'Shlink',
|
||||||
name: 'Shlink',
|
name: 'Shlink Web Client',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
theme_color: '#4696e5',
|
theme_color: BRAND_COLOR_LM,
|
||||||
background_color: '#4696e5',
|
background_color: BRAND_COLOR_LM,
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: './icons/icon-16x16.png',
|
src: './icons/icon-16x16.png',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user