{
    "extensions": [
        {
            "type": "setting",
            "category": "Appearance",
            "title": "Show third party URL badges",
            "settingName": "product_registry.badges-visible",
            "settingType": "boolean",
            "defaultValue": false,
            "options": [
                {
                    "value": true,
                    "title": "Show third party badges"
                },
                {
                    "value": false,
                    "title": "Do not show third party badges"
                }
            ]
        }
    ],
    "dependencies": [
        "common",
        "sdk",
        "ui"
    ],
    "scripts": [
        "BadgePool.js",
        "ProductRegistry.js"
    ],
    "resources": [
        "badge.css",
        "popup.css"
    ]
}
