1 <h2 id="manifest">Manifest</h2> 2 3 <p> 4 You must declare the "topSites" permission in your extension's manifest 5 to use this API. 6 </p> 7 8 <pre>{ 9 "name": "My extension", 10 ... 11 <b> "permissions": [ 12 "topSites", 13 ]</b>, 14 ... 15 }</pre> 16 17 18 <h2 id="examples">Examples</h2> 19 20 <p> 21 You can find samples of this API in 22 <a href="samples.html#topsites">Samples</a>. 23 </p> 24