We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d5ef4 commit 42d212bCopy full SHA for 42d212b
src/index.html
@@ -11,7 +11,7 @@
11
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
12
13
<link rel="manifest" href="manifest.json">
14
- <meta name="theme-color" content="#1976d2">
+ <meta name="theme-color" content="#3f51b5">
15
</head>
16
<body>
17
<su-root></su-root>
src/manifest.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "ng-sudoku",
3
- "short_name": "ng-sudoku",
4
- "theme_color": "#1976d2",
+ "name": "ngSudoku",
+ "short_name": "ngSudoku",
+ "theme_color": "#3f51b5",
5
"background_color": "#fafafa",
6
"display": "standalone",
7
"start_url": "index.html",
0 commit comments