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 data-filename="manifest.json"> 9 { 10 "name": "My extension", 11 ... 12 <b> "permissions": [ 13 "topSites", 14 ]</b>, 15 ... 16 } 17 </pre> 18 19 20 <h2 id="examples">Examples</h2> 21 22 <p> 23 You can find samples of this API in 24 <a href="samples.html#topsites">Samples</a>. 25 </p> 26