blob: 5912a2a2923b399e344029ada33d0fe4f461fef1 [file] [log] [blame]
<h2 id="manifest">Manifest</h2>
<p>
You must declare the "topSites" permission in your extension's manifest
to use this API.
</p>
<pre data-filename="manifest.json">
{
"name": "My extension",
...
<b> "permissions": [
"topSites",
]</b>,
...
}
</pre>
<h2 id="examples">Examples</h2>
<p>
You can find samples of this API in
<a href="samples#topsites">Samples</a>.
</p>