Buildout; Manifest for safari

This commit is contained in:
James Barnsley
2018-04-25 07:15:10 +12:00
parent 51eb64e0ff
commit eda223ec91
5 changed files with 11 additions and 8 deletions

View File

@ -24523,7 +24523,7 @@ var Track = function (_React$Component) {
var added = _react2.default.createElement(
'span',
{ className: 'by' },
'track.added_by'
track.added_by
);
} else {
var added = _react2.default.createElement(
@ -51399,7 +51399,7 @@ var PusherMiddleware = function () {
}
if (action.config.spotify_authorization_url) {
spotify_updates.authorization_url = action.config.authorization_url;
spotify_updates.authorization_url = action.config.spotify_authorization_url;
spotify_updated = true;
}

File diff suppressed because one or more lines are too long

View File

@ -73,7 +73,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1524541593";
var build = "1524541685";
var version = "3.17.4";
// Construct the script tag

View File

@ -22,7 +22,7 @@
"start_url": "/iris/index.html",
"background_color": "#08d58f",
"theme_color": "#181818",
"display": "standalone",
"display": "fullscreen",
"app": {
"background": {}
}

View File

@ -18,9 +18,12 @@
<link rel="manifest" href="/iris/assets/manifest.json">
<!-- Apple app -->
<link rel="apple-touch-startup-image" href="/iris/assets/logo-full-512.png">
<link rel="apple-touch-icon" sizes="192x192" href="/iris/assets/logo-app-192.png">
<link rel="apple-touch-icon" sizes="512x512" href="/iris/assets/logo-app-512.png">
<meta name="apple-mobile-web-app-title" content="Iris" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#121212">
<link rel="apple-touch-startup-image" href="/iris/assets/logo-full-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="/iris/assets/logo-app-192.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/iris/assets/logo-app-512.png" />
<!-- Raven Sentry -->
<script src="https://cdn.ravenjs.com/3.17.0/raven.min.js" crossorigin="anonymous"></script>