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

Commit

Permalink
Status bar color (#21)
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
Dyakov Roman authored Oct 6, 2022
1 parent 7d22a3a commit b00916c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Твой ФФ!</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/runtime.min.js"></script>
<!-- <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';"> -->
<meta name="theme-color" content="#00004b">
<meta name="apple-mobile-web-app-capable" content="no">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Твой ФФ!">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="importmap-type" content="systemjs-importmap" />
<meta name="import-map-overrides-domains" content="denylist:app.profcomff.com" />
<meta name="google" content="notranslate">
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = (webpackConfigEnv, argv) => {
purpose: "maskable",
},
],
theme_color: "#00004b",
inject: false,
fingerprints: false,
ios: true,
Expand Down

0 comments on commit b00916c

Please sign in to comment.