Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / intros / topSites.html
blobaf3ca113208fda246f362a6fd23f6a2a3d980bf0
1 <h2 id="manifest">Manifest</h2>
3 <p>
4 You must declare the "topSites" permission in your extension's manifest
5 to use this API.
6 </p>
8 <pre data-filename="manifest.json">
10 "name": "My extension",
11 ...
12 <b> "permissions": [
13 "topSites",
14 ]</b>,
15 ...
17 </pre>
20 <h2 id="examples">Examples</h2>
22 <p>
23 You can find samples of this API in
24 <a href="samples.html#topsites">Samples</a>.
25 </p>