Home | History | Annotate | Download | only in static
      1 <div id="pageData-name" class="pageData">Idle</div>
      2 
      3 <!-- BEGIN AUTHORED CONTENT -->
      4 <h2 id="manifest">Manifest</h2>
      5 <p>You must declare the "idle" permission in your extension's manifest to use the idle API.
      6 For example:
      7 </p>
      8 
      9 <pre>{
     10   "name": "My extension",
     11   ...
     12   <b>"permissions": [
     13     "idle"
     14   ]</b>,
     15   ...
     16 }</pre>
     17 
     18 <!-- END AUTHORED CONTENT -->
     19