Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / intros / topSites.html
blob21c03f4bca9dc42f74c0898712f484f331db260d
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#search:topsites">Samples</a>.
25 </p>