- Created index.html for the main application interface with responsive design and dark mode support. - Added manifest.webmanifest for PWA configuration, including app icons and display settings. - Implemented service worker (sw.js) for offline caching of assets and network-first strategy for versioning. - Introduced version.json to manage app versioning.
6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"auth": {
|
|
"user": "Thomas",
|
|
"pass": "Alles4Mich!"
|
|
}
|
|
} |