We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e0c42 commit b8a5dbbCopy full SHA for b8a5dbb
web/index.html
@@ -27,7 +27,7 @@
27
<!-- Favicon -->
28
<link rel="icon" type="image/png" href="favicon.png">
29
30
- <title>Headlines Toolkit</title>
+ <title>Flutter News App Dashboard</title>
31
<link rel="manifest" href="manifest.json">
32
<style id="splash-screen-style">
33
html {
web/manifest.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "Headlines Toolkit",
3
- "short_name": "Headlines Toolkit",
+ "name": "Flutter News App Dashboard",
+ "short_name": "Flutter News App Dashboard",
4
"start_url": ".",
5
"display": "standalone",
6
"background_color": "#FFFFFF",
0 commit comments