mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-15 19:22:27 +08:00
Set orientation to 'any' in manifest.json generator
This commit is contained in:
parent
daadae1720
commit
deba3c12be
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user