2023-06-06 11:50:44 -07:00
|
|
|
{
|
|
|
|
"manifest_version": 3,
|
|
|
|
"name": "CrowdTLS",
|
|
|
|
"version": "0.0.1",
|
2023-06-06 15:33:17 -07:00
|
|
|
"description": "Crowd-sourced validation for TLS/SSL certificates",
|
2023-06-06 11:50:44 -07:00
|
|
|
"icons": {
|
|
|
|
"16": "icons/crowdtls-16.png",
|
|
|
|
"24": "icons/crowdtls-24.png",
|
|
|
|
"32": "icons/crowdtls-32.png",
|
|
|
|
"48": "icons/crowdtls-48.png",
|
|
|
|
"96": "icons/crowdtls-96.png",
|
|
|
|
"128": "icons/crowdtls-128.png",
|
|
|
|
"150": "icons/crowdtls-150.png",
|
|
|
|
"512": "icons/crowdtls-512.png"
|
|
|
|
},
|
|
|
|
"action": {
|
|
|
|
"default_icon": {
|
|
|
|
"19": "icons/crowdtls-19.png",
|
|
|
|
"38": "icons/crowdtls-38.png"
|
|
|
|
},
|
|
|
|
"default_title": "CrowdTLS",
|
|
|
|
"default_popup": "crowdtls.html"
|
|
|
|
},
|
|
|
|
"host_permissions": [
|
2023-06-06 15:33:17 -07:00
|
|
|
"https://crowdtls.mips.uk/api/*",
|
|
|
|
"https://*/*"
|
2023-06-06 11:50:44 -07:00
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"storage"
|
|
|
|
],
|
2023-06-06 15:33:17 -07:00
|
|
|
"optional_permissions": [
|
|
|
|
"notifications"
|
|
|
|
],
|
2023-06-06 11:50:44 -07:00
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"worker.js"
|
|
|
|
]
|
|
|
|
},
|
2023-06-06 15:33:17 -07:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "ext@crowdtls",
|
|
|
|
"strict_min_version": "101.0"
|
|
|
|
}
|
|
|
|
}
|
2023-06-06 11:50:44 -07:00
|
|
|
}
|