Skip to content

Commit ce93b47

Browse files
committed
Update manifest.json
1 parent e53449e commit ce93b47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "dart_ast_node_viewer",
3-
"short_name": "dart_ast_node_viewer",
2+
"name": "Dart AST Node Viewer",
3+
"short_name": "Dart AST Node Viewer",
44
"start_url": ".",
55
"display": "standalone",
6-
"background_color": "#0175C2",
7-
"theme_color": "#0175C2",
8-
"description": "A new Flutter project.",
6+
"background_color": "#0d1418",
7+
"theme_color": "#40C380",
8+
"description": "A simple Dart AST node viewer built with Flutter.",
99
"orientation": "portrait-primary",
1010
"prefer_related_applications": false,
1111
"icons": [

0 commit comments

Comments
 (0)