apply name change

This commit is contained in:
Chris Kruining 2024-10-31 10:08:35 +01:00
parent 0501a0a463
commit 6f0418d6c5
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 8 additions and 8 deletions

View file

@ -12,8 +12,8 @@ export default defineConfig({
registerType: 'autoUpdate', registerType: 'autoUpdate',
base: '/', base: '/',
manifest: { manifest: {
name: 'Translation tool', name: 'Calque',
short_name: 'T_tool', short_name: 'Calque',
theme_color: '#f0f', theme_color: '#f0f',
icons: [], icons: [],
}, },

View file

@ -1,5 +1,5 @@
{ {
"name": "example-basic", "name": "calque",
"dependencies": { "dependencies": {
"@solidjs/meta": "^0.29.4", "@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.10", "@solidjs/router": "^0.14.10",
@ -26,4 +26,4 @@
"vite-plugin-pwa": "^0.20.5", "vite-plugin-pwa": "^0.20.5",
"workbox-window": "^7.1.0" "workbox-window": "^7.1.0"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"short_name": "T-Tool", "short_name": "Calque",
"name": "Translation Tool", "name": "Calque",
"description": "Simple tool to help with maitaining i18n files", "description": "Simple tool for maitaining i18n files",
"icons": [ "icons": [
{ {
"src": "/images/favicon.dark.svg", "src": "/images/favicon.dark.svg",

View file

@ -21,7 +21,7 @@ export default function Editor(props: ParentProps) {
]; ];
return <MenuProvider commands={commands}> return <MenuProvider commands={commands}>
<Title>Translation-Tool</Title> <Title>Calque</Title>
<Meta name="color-scheme" content={colorScheme()} /> <Meta name="color-scheme" content={colorScheme()} />
<Link rel="icon" href="/images/favicon.dark.svg" media="screen and (prefers-color-scheme: dark)" /> <Link rel="icon" href="/images/favicon.dark.svg" media="screen and (prefers-color-scheme: dark)" />
<Link rel="icon" href="/images/favicon.light.svg" media="screen and (prefers-color-scheme: light)" /> <Link rel="icon" href="/images/favicon.light.svg" media="screen and (prefers-color-scheme: light)" />