mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-14 08:38:00 +00:00
Update vite.config.js
This commit is contained in:
@@ -7,14 +7,22 @@ export default defineConfig({
|
|||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
manifest: {
|
manifest: {
|
||||||
|
id: 'https://sune.planetrenox.com/',
|
||||||
name: 'Sune',
|
name: 'Sune',
|
||||||
short_name: 'Sune',
|
short_name: 'Sune',
|
||||||
|
description: 'OpenRouter GUI Frontend',
|
||||||
start_url: 'https://sune.planetrenox.com/',
|
start_url: 'https://sune.planetrenox.com/',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
|
orientation: 'portrait',
|
||||||
theme_color: '#000000',
|
theme_color: '#000000',
|
||||||
background_color: '#000000',
|
background_color: '#000000',
|
||||||
|
categories: ['productivity', 'utilities'],
|
||||||
icons: [
|
icons: [
|
||||||
{ src: 'https://sune.planetrenox.com/✺.png', sizes: '1024x1024', type: 'image/png' }
|
{ src: 'https://sune.planetrenox.com/appstore_content/✺.png', sizes: '1024x1024', type: 'image/png' }
|
||||||
|
],
|
||||||
|
screenshots: [
|
||||||
|
{ src: 'https://sune.planetrenox.com/appstore_content/screenshot1.jpg', sizes: '1344x2693', type: 'image/jpeg' },
|
||||||
|
{ src: 'https://sune.planetrenox.com/appstore_content/screenshot2.jpg', sizes: '1344x2699', type: 'image/jpeg' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user