Logo
Explore Help
Sign In
steven/gpx.studio
1
0
Fork 0
You've already forked gpx.studio
mirror of https://github.com/gpxstudio/gpx.studio.git synced 2025-08-31 15:43:25 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4e9d65089c80d4a7b5e0b31898cf11da996d148b
gpx.studio/website/static/en.manifest.webmanifest

18 lines
493 B
Plaintext
Raw Normal View History

Add basic PWA support (#38) (#210) * Add basic PWA support See: https://github.com/gpxstudio/gpx.studio/issues/38 This will add a basic manifest.json file to the response that creates an installable PWA. It still needs to be internationalized. * Refactor PWA integration and update dependencies - Removed @vite-pwa/sveltekit dependency and related configurations from package.json and vite.config.ts. - Added prebuild script to generate PWA manifest before build. - Moved the manifest link to hooks.server.js and included Apple touch icon. -Added images for various platforms. Images were generated with https://www.pwabuilder.com/imageGenerator * use svg icon, fix urls, and remove generated manifest files --------- Co-authored-by: jonherman <jonherman@gmail.com> Co-authored-by: vcoppe <vianney.coppe@gmail.com>
2025-05-08 09:23:07 -07:00
{
"name": "gpx.studio",
"short_name": "gpx.studio",
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations.",
"start_url": "/app",
"display": "standalone",
"lang": "en",
"scope": "/app",
"id": "https://gpx.studio/app",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 54ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API