2 MHTML is a
<a href=
"http://tools.ietf.org/html/rfc2557">standard format
</a>
3 supported by most browsers. It encapsulates in a single file a page and all
4 its resources (CSS files, images..).
8 Note that for security reasons a MHTML file can only be loaded from the file
9 system and that it can only be loaded in the main frame.
12 <h2 id=
"manifest">Manifest
</h2>
15 <p>You must declare the
"pageCapture" permission
16 in the
<a href=
"manifest">extension manifest
</a>
17 to use the pageCapture API.
19 <pre data-filename=
"manifest.json">
21 "name":
"My extension",