git precommit hooks

This commit is contained in:
cpu
2025-05-09 16:57:06 +02:00
parent c656af0009
commit ba26edf8be
6 changed files with 122 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Nexus Timer - Multiplayer Turn Timer",
"short_name": "NexusTimer",
"description": "Dynamic multiplayer timer for games, workshops, or sequential turns. Focuses on current & next player.", // Add a description
"description": "Dynamic multiplayer timer for games, workshops, or sequential turns. Focuses on current & next player.",
"start_url": "/",
"scope": "/",
"display": "standalone",
@@ -9,8 +9,6 @@
"background_color": "#1f2937",
"theme_color": "#3b82f6",
"orientation": "portrait",
"version": "0.0.1",
"version_name": "0.0.1",
"lang": "en-US",
"icons": [
{

View File

@@ -1,4 +1,4 @@
const CACHE_VERSION = 'nexus-timer-cache-v6';
const CACHE_VERSION = 'nexus-timer-cache-v7';
const APP_SHELL_URLS = [
// '/', // Let NetworkFirst handle '/'
'/manifest.json',