Using Trusted Web Activities
Trusted Web Activities are a new way to integrate your web-app content such as your PWA with your Android app using a similar protocol to Chrome Custom Tabs.
New in Chrome 72
In Chrome 72, creating public class fields in JavaScript is now much cleaner, you can see if a page has been activated with the new User Activation API, localizing lists becomes way easier, and there’s plenty more. Let’s dive in and see what’s new for developers in Chrome 72!
chrome72
new-in-chrome
intl
es6
javascript
user-activation
Making user activation consistent across APIs
In version 72, Chrome ships User Activation v2 which makes user activation availability complete for all activation-gated APIs, resolving many user activation inconsistencies.
chrome72
user-activation
user-gesture
Deprecations and removals in Chrome 72
A round up of the deprecations and removals in Chrome 72 to help you plan.
deprecations
removals
chrome72
What's New In DevTools (Chrome 72)
Visualize performance metrics, highlight text nodes, copy the JS path to a node, and Audits panel updates.