Skip to content

Commit 0813d7b

Browse files
authored
Update README.md
1 parent 36f712b commit 0813d7b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,18 @@ One common issue that arises here is "Manifest doesn't have a maskable icon". Cl
247247

248248
## Trusted Web Activity (TWA)
249249
A trusted web activity is a PWA that runs natively on Android devices. They can also be listed on the Google Play store, making them almost identical to traditional apps. If this sounds interesting to you, make sure that the `packages/ui/public/site.manifest` or `packages/ui/public/manifest.json` file has the following data:
250-
1. orientation
250+
1. orientation and display to define how the app should feel (likely "any" and "standalone" to feel like a native app)
251251
2. screenshots (displayed in the store)
252-
3.
253-
, along with everything mentioned in the Favicons and PWA sections of this guide. All known manifest fields can be found [here](https://developer.mozilla.org/en-US/docs/Web/Manifest/categories).
252+
3. name, short name, and description
253+
4. dir (direction of text) and lang for localization
254+
5. icons
255+
6. start_url and scope
256+
, along with everything else mentioned in the Favicons and PWA sections of this guide. All known manifest fields can be found [here](https://developer.mozilla.org/en-US/docs/Web/Manifest/categories).
254257

255258
Once that is complete, you can use the [PWABuilder tool](https://www.pwabuilder.com/) to generate other required files and receive further instructions.
256259

260+
When you're ready to test or deploy your app to the Google Play store, visit [Google Play Console](https://play.google.com/) to receive instructions.
261+
257262

258263
## Brave Rewards
259264
Brave Rewards is a service that allows users of the Brave browser to earn Basic Attention Tokens (BAT) for viewing ads. Enabling this on your website will also allow you to earn BAT. The ads appear as a small popup in the bottom right corner of the browser. To set this up:

0 commit comments

Comments
 (0)