| { | |
| "dependencies": [ | |
| "worker_service" | |
| ], | |
| "extensions": [ | |
| { | |
| "type": "@Service", | |
| "factoryName": "Audits2Service", | |
| "name": "Audits2Service" | |
| } | |
| ], | |
| "scripts": [ | |
| "lighthouse/lighthouse-background.js", | |
| "Audits2Service.js" | |
| ], | |
| "skip_compilation": [ | |
| "lighthouse/lighthouse-background.js" | |
| ] | |
| } |