mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
26 lines
1.2 KiB
JSON
26 lines
1.2 KiB
JSON
{
|
|
"background": {
|
|
"persistent": false,
|
|
"scripts": [ "build/background.js" ]
|
|
},
|
|
"content_scripts": [ {
|
|
"js": [ "build/inject.js" ],
|
|
"matches": [ "\u003Call_urls>" ],
|
|
"run_at": "document_start"
|
|
} ],
|
|
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
|
"description": "Adds React debugging tools to the Chrome Developer Tools.",
|
|
"devtools_page": "main.html",
|
|
"icons": {
|
|
"128": "icons/icon128.png",
|
|
"48": "icons/icon48.png"
|
|
},
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA39Lr82J1eer+RvXeQG6HYHb2A6xU/83bcIyOcu+Wu2vYO/jbBvlD3m/xqrU4xSXJ/uAC1XY/YtlRs2X2RE1XiYMMlnqw27QdI5tVcSnKedmTFNAsnSaQ/OZT5tzH3HntLDfrFof5BC5RmFuie+kQKGTh673JW0ZdKTUsW406Fckagl9WpPL+qp3Gah3Jw02zxfQX9yUd5gJHYvv8T31DO9+HsI8lPeEjanURY59rRUfg3JKy1aPfts6eISy9kpHC+LrRSHU2Zp5AuUkOh8qEg6DoHFwBNYX20bdd6ekj0OZiIz/9xj9ceNhAr85QYB0641Tzhs3Tg96k56VNwjdN2QIDAQAB",
|
|
"manifest_version": 2,
|
|
"minimum_chrome_version": "43",
|
|
"name": "React Developer Tools",
|
|
"permissions": [ "file:///*", "http://*/*", "https://*/*" ],
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "0.14.11",
|
|
"web_accessible_resources": [ "main.html", "panel.html", "build/backend.js" ]
|
|
}
|