forked from external-repos/noisedash
Some checks failed
build-and-push-docker / docker (push) Failing after 1m15s
- Create .devcontainer/devcontainer.env and .devcontainer/devcontainer.json for development environment configuration - Add Gitea Actions README and Docker workflow for building and pushing images - Update package.json to include @vue/cli-plugin-pwa - Enhance index.html with manifest link and theme color - Create public/manifest.webmanifest for PWA configuration - Implement service worker registration and media session management in registerServiceWorker.js - Update main.js to register the service worker - Configure vue.config.js for PWA settings and caching strategies
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "Noisedash",
|
|
"short_name": "Noisedash",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#121212",
|
|
"theme_color": "#121212",
|
|
"description": "Ambient noise generator",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
]
|
|
}
|