mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
* fix images in readme * fix all sample readmes by pointing all images to correct apps location
Package-Local Resources
This sample shows good and bad examples of mixing a <webview> tag that
embeds trusted content packaged within an app with a tag that embeds
untrusted web content that may crash. In the bad example, trusted and
untrusted content share the same
partition;
simulating a crash in the untrusted webview will also crash the trusted
webview. The good example separates the two into different partitions;
simulating a crash in the untrusted webview does not affect the trusted
webview.
Finally, the manifest.json file contains an example of granting permissions
to particular webview partitions to access trusted package-local content.

