| Index: Source/devtools/front_end/security/module.json
|
| diff --git a/Source/devtools/front_end/security/module.json b/Source/devtools/front_end/security/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e98212e4bdb0dbf1a165b3318000c0f83d9c104c
|
| --- /dev/null
|
| +++ b/Source/devtools/front_end/security/module.json
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + "extensions": [
|
| + {
|
| + "type": "@WebInspector.PanelFactory",
|
| + "name": "security",
|
| + "title": "Security",
|
| + "order": 7,
|
| + "className": "WebInspector.SecurityPanelFactory"
|
| + }
|
| + ],
|
| + "dependencies": ["platform", "ui", "sdk"],
|
| + "experiment": "securityPanel",
|
| + "scripts": [
|
| + "SecurityPanel.js"
|
| + ],
|
| + "resources": [
|
| + "securityPanel.css"
|
| + ]
|
| +}
|
|
|