diff --git a/index.html b/index.html index f0e64d1..1459491 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,27 @@ - JSoD - JS on Demand + + JSoD + + + + + + + + + + diff --git a/vite.config.ts b/vite.config.ts index 27d3d04..53fbc69 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -66,7 +66,7 @@ export default defineConfig(({ mode }) => { registerType: 'prompt', injectRegister: 'auto', manifest: { - name: 'JS on Demand', + name: 'JSOD', short_name: 'JSOD', id: 'com.pkcarreno.jsod', start_url: `${process.env.BASE_URL}/`,