46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"action": {
|
|
"default_icon": {
|
|
"128": "icons/128-disabled.png",
|
|
"16": "icons/16-disabled.png",
|
|
"32": "icons/32-disabled.png",
|
|
"48": "icons/48-disabled.png"
|
|
},
|
|
"default_popup": "popups/disabled.html"
|
|
},
|
|
"background": {
|
|
"service_worker": "build/background.js"
|
|
},
|
|
"content_scripts": [ {
|
|
"js": [ "build/prepareInjection.js" ],
|
|
"matches": [ "\u003Call_urls>" ],
|
|
"run_at": "document_start"
|
|
} ],
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
|
},
|
|
"description": "Adds React debugging tools to the Chrome Developer Tools.\n\nCreated from revision 3cde211b0c on 10/20/2025.",
|
|
"devtools_page": "main.html",
|
|
"host_permissions": [ "\u003Call_urls>" ],
|
|
"icons": {
|
|
"128": "icons/128-production.png",
|
|
"16": "icons/16-production.png",
|
|
"32": "icons/32-production.png",
|
|
"48": "icons/48-production.png"
|
|
},
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA39Lr82J1eer+RvXeQG6HYHb2A6xU/83bcIyOcu+Wu2vYO/jbBvlD3m/xqrU4xSXJ/uAC1XY/YtlRs2X2RE1XiYMMlnqw27QdI5tVcSnKedmTFNAsnSaQ/OZT5tzH3HntLDfrFof5BC5RmFuie+kQKGTh673JW0ZdKTUsW406Fckagl9WpPL+qp3Gah3Jw02zxfQX9yUd5gJHYvv8T31DO9+HsI8lPeEjanURY59rRUfg3JKy1aPfts6eISy9kpHC+LrRSHU2Zp5AuUkOh8qEg6DoHFwBNYX20bdd6ekj0OZiIz/9xj9ceNhAr85QYB0641Tzhs3Tg96k56VNwjdN2QIDAQAB",
|
|
"manifest_version": 3,
|
|
"minimum_chrome_version": "114",
|
|
"name": "React Developer Tools",
|
|
"optional_permissions": [ "clipboardWrite" ],
|
|
"permissions": [ "scripting", "storage", "tabs" ],
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "7.0.1",
|
|
"version_name": "7.0.1 (10/20/2025)",
|
|
"web_accessible_resources": [ {
|
|
"extension_ids": [ ],
|
|
"matches": [ "\u003Call_urls>" ],
|
|
"resources": [ "main.html", "panel.html", "build/*.js" ]
|
|
} ]
|
|
}
|