mirror of
https://github.com/DarrylNixon/CrowdTLS
synced 2024-04-22 06:17:20 -07:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
|
{
|
||
|
"manifest_version": 3,
|
||
|
"name": "CrowdTLS",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Crowd-sourced validation of TLS/SSL certificates received.",
|
||
|
"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"
|
||
|
},
|
||
|
"default_locale": "en",
|
||
|
"host_permissions": [
|
||
|
"https://*"
|
||
|
],
|
||
|
"permissions": [
|
||
|
"webRequest",
|
||
|
"webRequestBlocking",
|
||
|
"notifications",
|
||
|
"https://*/*",
|
||
|
"storage"
|
||
|
],
|
||
|
"background": {
|
||
|
"scripts": [
|
||
|
"worker.js"
|
||
|
]
|
||
|
},
|
||
|
"offline_enabled": false
|
||
|
}
|