Rename app to Toadstool Cottage Counter
This commit is contained in:
parent
20457da970
commit
5affb6b8f6
@ -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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Toadstool Tally",
|
"name": "Toadstool Cottage Counter",
|
||||||
"short_name": "Toadstool",
|
"short_name": "Cottage Counter",
|
||||||
"start_url": "https://binarygnome.com/toadstoolTally",
|
"start_url": "https://binarygnome.com/toadstoolTally",
|
||||||
"scope": ".",
|
"scope": ".",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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">
|
<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>
|
<header>
|
||||||
<div class="brand">
|
<div class="brand">
|
||||||
<img class="brand-icon" src="assets/icons/favicon-96x96.png" alt="Toadstool Tally icon">
|
<img class="brand-icon" src="assets/icons/favicon-96x96.png" alt="Toadstool Cottage Counter icon">
|
||||||
<h1>Toadstool Tally</h1>
|
<h1>Toadstool Cottage Counter</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-controls">
|
<div class="header-controls">
|
||||||
<button class="header-btn hidden" id="installBtn" title="Install app">⬇️</button>
|
<button class="header-btn hidden" id="installBtn" title="Install app">⬇️</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user