Skip to content

Commit

Permalink
updated appinfo document
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 15, 2024
1 parent ef26523 commit 80f616f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions content/pages/appinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ followed by `.sig`) is required. The signature is Base64-encoded, with the
underlying binary data being 256 bytes long. The signature algorithm is
currently unknown.

## `cloudgame_active` [boolean]
Default: `false`

This option allows application to handle game controller input. Since webOS 8.3.0 (FW 03.30.60), game controller input
becomes recognized as navigation and volume control. For applications that handle game controller input, this causes
double input. Setting this option to `true` will disable this behavior.

## `vendorExtensions` [object]

### `vendorExtensions.userAgent` [string]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pelican~=4.8
pelican~=4.9
pelican-webassets~=2.0
markdown~=3.5.1
markdown~=3.5.2
ghp-import~=2.0
webassets~=2.0
cssmin~=0.2.0
Expand Down

0 comments on commit 80f616f

Please sign in to comment.