All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.inspector_main.module.json Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
{
    "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": "Ctrl+R F5"
                },
                {
                    "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+Ctrl+R Shift+F5 Ctrl+F5 Ctrl+Shift+F5"
                },
                {
                    "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": "Global",
            "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": "Global",
            "title": "Emulate a focused page",
            "settingName": "emulatePageFocus",
            "settingType": "boolean",
            "storageType": "session",
            "order": 2,
            "defaultValue": false,
            "options": [
                {
                    "value": true,
                    "title": "Emulate a focused page"
                },
                {
                    "value": false,
                    "title": "Do not emulate a focused page"
                }
            ]
        },
        {
            "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",
            "tags": "paint, layout, fps, CSS media type, CSS media feature, vision deficiency, color vision deficiency"
        }
    ],
    "dependencies": [
        "components",
        "mobile_throttling"
    ],
    "scripts": [],
    "modules": [
        "inspector_main.js",
        "inspector_main-legacy.js",
        "RenderingOptions.js",
        "InspectorMain.js"
    ],
    "resources": [
        "nodeIcon.css",
        "renderingOptions.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy