Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit b00916c

Browse files
author
Dyakov Roman
authored
Status bar color (#21)
Fixes #15
1 parent 7d22a3a commit b00916c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/index.ejs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>Твой ФФ!</title>
88
<script src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.min.js"></script>
9-
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
9+
<meta name="theme-color" content="#00004b">
10+
<meta name="apple-mobile-web-app-capable" content="no">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="default">
12+
<meta name="apple-mobile-web-app-title" content="Твой ФФ!">
13+
<meta name="msapplication-TileColor" content="#ffffff">
1014
<meta name="importmap-type" content="systemjs-importmap" />
1115
<meta name="import-map-overrides-domains" content="denylist:app.profcomff.com" />
1216
<meta name="google" content="notranslate">

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = (webpackConfigEnv, argv) => {
6161
purpose: "maskable",
6262
},
6363
],
64+
theme_color: "#00004b",
6465
inject: false,
6566
fingerprints: false,
6667
ios: true,

0 commit comments

Comments
 (0)