1 <h2 id="manifest">Manifest</h2> 2 3 <p>You must declare the "management" permission 4 in the <a href="manifest.html">extension manifest</a> 5 to use the management API. 6 For example:</p> 7 <pre>{ 8 "name": "My extension", 9 ... 10 <b>"permissions": [ 11 "management" 12 ]</b>, 13 ... 14 }</pre> 15 16 <p> 17 $ref:management.getPermissionWarningsByManifest and 18 $ref:management.uninstallSelf do not require the management permission 19 </p> 20