Rename app to Toadstool Cottage Counter

This commit is contained in:
chris 2025-12-09 12:17:20 -05:00
parent 20457da970
commit 5affb6b8f6
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Toadstool Tally
# Toadstool Cottage Counter
PWA-friendly, cottagecore row counter for crochet/knitting projects. Manage projects and parts, set max stitches, lock/finish, and enjoy a themed experience with install support and offline caching.

View File

@ -1,6 +1,6 @@
{
"name": "Toadstool Tally",
"short_name": "Toadstool",
"name": "Toadstool Cottage Counter",
"short_name": "Cottage Counter",
"start_url": "https://binarygnome.com/toadstoolTally",
"scope": ".",
"icons": [

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Toadstool Tally</title>
<title>Toadstool Cottage Counter</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=Quicksand:wght@400;600;700&display=swap" rel="stylesheet">
@ -19,8 +19,8 @@
<header>
<div class="brand">
<img class="brand-icon" src="assets/icons/favicon-96x96.png" alt="Toadstool Tally icon">
<h1>Toadstool Tally</h1>
<img class="brand-icon" src="assets/icons/favicon-96x96.png" alt="Toadstool Cottage Counter icon">
<h1>Toadstool Cottage Counter</h1>
</div>
<div class="header-controls">
<button class="header-btn hidden" id="installBtn" title="Install app">⬇️</button>