blob: bea3d087178a626678fcde5cf050147ed6e95bbf [file] [log] [blame]
{
"extensions": [
{
"type": "early-initialization",
"className": "InspectorMain.InspectorMain"
},
{
"type": "action",
"category": "Navigation",
"actionId": "inspector_main.reload",
"className": "InspectorMain.ReloadActionDelegate",
"iconClass": "largeicon-refresh",
"title": "Reload page",
"bindings": [
{
"platform": "windows,linux",
"shortcut": "F5 Ctrl+R"
},
{
"platform": "mac",
"shortcut": "Meta+R"
}
]
},
{
"type": "action",
"category": "Navigation",
"actionId": "inspector_main.hard-reload",
"className": "InspectorMain.ReloadActionDelegate",
"title": "Hard reload page",
"bindings": [
{
"platform": "windows,linux",
"shortcut": "Shift+F5 Ctrl+F5 Ctrl+Shift+F5 Shift+Ctrl+R"
},
{
"platform": "mac",
"shortcut": "Shift+Meta+R"
}
]
},
{
"type": "@UI.ToolbarItem.Provider",
"className": "InspectorMain.NodeIndicator",
"order": 2,
"location": "main-toolbar-left"
},
{
"type": "setting",
"category": "Network",
"title": "Force ad blocking on this site",
"settingName": "network.adBlockingEnabled",
"settingType": "boolean",
"storageType": "session",
"defaultValue": false,
"options": [
{
"value": true,
"title": "Block ads on this site"
},
{
"value": false,
"title": "Show ads on this site, if allowed"
}
]
},
{
"type": "setting",
"category": "DevTools",
"title": "Auto-open DevTools for popups",
"settingName": "autoAttachToCreatedPages",
"settingType": "boolean",
"order": 2,
"defaultValue": false,
"options": [
{
"value": true,
"title": "Auto-open DevTools for popups"
},
{
"value": false,
"title": "Do not auto-open DevTools for popups"
}
]
},
{
"type": "setting",
"category": "Appearance",
"title": "Don't show Chrome Data Saver warning",
"settingName": "disableDataSaverInfobar",
"settingType": "boolean",
"defaultValue": false
},
{
"type": "setting",
"category": "Appearance",
"title": "Disable paused state overlay",
"settingName": "disablePausedStateOverlay",
"settingType": "boolean",
"defaultValue": false
},
// {
// "type": "view",
// "location": "drawer-view",
// "id": "rendering",
// "title": "Rendering",
// "persistence": "closeable",
// "order": 50,
// "className": "InspectorMain.RenderingOptionsView"
// },
// {
// "type": "action",
// "category": "Mobile",
// "actionId": "components.request-app-banner",
// "className": "InspectorMain.RequestAppBannerActionDelegate",
// "title": "Add to homescreen"
// }
],
"dependencies": [
"components",
"mobile_throttling"
],
"scripts": [
// "RenderingOptions.js",
"RequestAppBannerActionDelegate.js",
"InspectorMain.js"
],
"resources": [
"nodeIcon.css",
// "renderingOptions.css"
]
}