Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 22c8330

Browse files
committed
Update app descriptions and metadata for clarity and consistency; add web app icons
1 parent fc69466 commit 22c8330

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: counters_with_color_names
2-
description: "A new Flutter project."
2+
description: A simple tally counter app with 11 distinct counters, one for each basic color. Easily increment, decrement, reset, and share your counts.
33
# The following line prevents the package from being accidentally published to
44
# pub.dev using `flutter pub publish`. This is preferred for private packages.
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

web/favicon.png

2.22 KB
Loading

web/icons/Icon-192.png

1.93 KB
Loading

web/icons/Icon-512.png

5.2 KB
Loading

web/icons/Icon-maskable-192.png

1.63 KB
Loading

web/icons/Icon-maskable-512.png

-7.25 KB
Loading

web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818

1919
<meta charset="UTF-8">
2020
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
21-
<meta name="description" content="A new Flutter project.">
21+
<meta name="description" content="A simple and discreet tally counter app. Count anything with 11 different color-coded counters. Increment, decrement, reset, and share your counts easily.">
2222

2323
<!-- iOS meta tags & icons -->
2424
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
26-
<meta name="apple-mobile-web-app-title" content="counters_with_color_names">
26+
<meta name="apple-mobile-web-app-title" content="Counters With Color Names">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2828

2929
<!-- Favicon -->
3030
<link rel="icon" type="image/png" href="favicon.png"/>
3131

32-
<title>counters_with_color_names</title>
32+
<title>Counters With Color Names</title>
3333
<link rel="manifest" href="manifest.json">
3434
</head>
3535
<body>

web/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "counters_with_color_names",
3-
"short_name": "counters_with_color_names",
2+
"name": "Counters With Color Names",
3+
"short_name": "Counters With Color Names",
44
"start_url": ".",
55
"display": "standalone",
6-
"background_color": "#0175C2",
7-
"theme_color": "#0175C2",
8-
"description": "A new Flutter project.",
6+
"background_color": "#FFFFFF",
7+
"theme_color": "#FFFFFF",
8+
"description": "A simple tally counter app with a different counter for each of the 11 basic English color names. Count anything discreetly.",
99
"orientation": "portrait-primary",
1010
"prefer_related_applications": false,
1111
"icons": [

0 commit comments

Comments
 (0)