| moz.build | 
           | 
          340 | 
        
        
          | Registration.css | 
          The current layout of a registration is
  +------+----------------------+----------------+
  | Header - scope + timestamp  | Unregister_btn |
  +------+----------------------+----------------|
  | worker 1                                     |
    | worker 2                                     |
    | ...                                          |
    +----------------------------------------------+
    |                              Unregister btn  |
    +----------------------------------------------+
  | 
          1922 | 
        
        
          | Registration.js | 
          This component is dedicated to display a service worker registration, along
 the list of attached workers to it.
 It displays information about the registration as well as an Unregister
 button.
  | 
          4500 | 
        
        
          | RegistrationList.css | 
          display flex to handle showing the icon with ::before  | 
          1574 | 
        
        
          | RegistrationList.js | 
          This component handles the list of service workers displayed in the application panel
 and also displays a suggestion to use about debugging for debugging other service
 workers.
  | 
          2583 | 
        
        
          | RegistrationListEmpty.js | 
          This component displays help information when no service workers are found for the
 current target.
  | 
          3028 | 
        
        
          | Worker.css | 
          The current layout of a service worker item is
  +------------+------------------------------+
  |     Worker | script_name                  |
  |     Icon   |------------------------------|
  |            | status    start_button       |
  +------------+------------------------------+
  | 
          1839 | 
        
        
          | Worker.js | 
          This component is dedicated to display a worker, more accurately a service worker, in
 the list of workers displayed in the application panel. It displays information about
 the worker as well as action links and buttons to interact with the worker (e.g. debug,
 unregister, update etc...).
  | 
          6377 | 
        
        
          | WorkersPage.js | 
           | 
          2159 |