Merge pull request #1415 from efemes/1-can-t-rotate-progressive-web-app

Allow rotation of Progressive Web App
This commit is contained in:
Benoit Schweblin 2019-06-23 01:51:02 +01:00 committed by GitHub
commit a98e9a382e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ var webpackConfig = merge(baseWebpackConfig, {
name: 'StackEdit',
description: 'Full-featured, open-source Markdown editor',
display: 'standalone',
orientation: 'any',
start_url: 'app',
background_color: '#ffffff',
crossorigin: 'use-credentials',