Skip to content

Commit 46cbe75

Browse files
committed
feat(web): update app title and metadata
- Change app title from "Headlines Toolkit" to "Flutter News App" in index.html - Update manifest.json with new name "Veritas" and modified description
1 parent 1727d88 commit 46cbe75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Favicon -->
2828
<link rel="icon" type="image/png" href="favicon.png">
2929

30-
<title>Headlines Toolkit</title>
30+
<title>Flutter News App</title>
3131
<link rel="manifest" href="manifest.json">
3232
<style id="splash-screen-style">
3333
html {

web/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "Headlines Toolkit",
3-
"short_name": "Headlines Toolkit",
2+
"name": "Veritas",
3+
"short_name": "Veritas",
44
"start_url": ".",
55
"display": "standalone",
66
"background_color": "#FFFFFF",
77
"theme_color": "#FFFFFF",
8-
"description": "Develop News Headlines Apps Rapidly & Reliably.",
8+
"description": "Unfiltered news from trusted sources around the world.",
99
"orientation": "portrait-primary",
1010
"prefer_related_applications": false,
1111
"icons": [

0 commit comments

Comments
 (0)