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 e53449e commit ce93b47Copy full SHA for ce93b47
web/manifest.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "dart_ast_node_viewer",
3
- "short_name": "dart_ast_node_viewer",
+ "name": "Dart AST Node Viewer",
+ "short_name": "Dart AST Node Viewer",
4
"start_url": ".",
5
"display": "standalone",
6
- "background_color": "#0175C2",
7
- "theme_color": "#0175C2",
8
- "description": "A new Flutter project.",
+ "background_color": "#0d1418",
+ "theme_color": "#40C380",
+ "description": "A simple Dart AST node viewer built with Flutter.",
9
"orientation": "portrait-primary",
10
"prefer_related_applications": false,
11
"icons": [
0 commit comments