Inspect and view changes in DataShielder HSM PGP source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "2.6.1",
"icons": {
"48": "favicon.2cb46211.png"
},
"permissions": [
"storage",
"nativeMessaging"
],
"background": {
"service_worker": "main.fc8a1eb1.js"
},
"action": {
"default_popup": "popup.69b13d70.html"
},
"content_scripts": [
{
"matches": [
"https://correu.andorra.ad/owa/*"
],
"all_frames": true,
"js": [
"content-script-andorratelecom.js"
],
"css": []
},
{
"matches": [
"https://mail.google.com/mail/*"
],
"all_frames": true,
"js": [
"content-script-gmail.js"
],
"css": []
},
{
"matches": [
"https://missatgeria.govern.ad/*"
],
"all_frames": true,
"js": [
"content-script-govern-full.js"
],
"css": []
},
{
"matches": [
"https://missatgeria.govern.ad/*"
],
"all_frames": true,
"js": [
"content-script-govern-light.js"
],
"css": []
},
{
"matches": [
"https://www-mail.icloud-sandbox.com/*",
"https://www.icloud.com/*"
],
"all_frames": true,
"js": [
"content-script-icloud.js"
],
"css": []
},
{
"matches": [
"https://www.linkedin.com/*"
],
"all_frames": true,
"js": [
"content-script-linkedin.js"
],
"css": []
},
{
"matches": [
"https://outlook.live.com/mail/*"
],
"all_frames": true,
"js": [
"content-script-outlook.js"
],
"css": []
},
{
"matches": [
"https://outlook.live.com/mail/*"
],
"all_frames": true,
"js": [
"content-script-outlook-respond.js"
],
"css": []
},
{
"matches": [
"https://webmail.mail.ovh.net/owa/*"
],
"all_frames": true,
"js": [
"content-script-outlook-old.js"
],
"css": []
},
{
"matches": [
"https://mail.proton.me/*"
],
"all_frames": true,
"js": [
"content-script-proton.js"
],
"css": []
},
{
"matches": [
"https://mail.ovh.net/owa/*"
],
"all_frames": true,
"js": [
"content-script-roundcube.js"
],
"css": []
},
{
"matches": [
"https://web.telegram.org/k/*"
],
"all_frames": true,
"js": [
"content-script-telegram.js"
],
"css": []
},
{
"matches": [
"https://web.whatsapp.com/*"
],
"all_frames": true,
"js": [
"content-script-whatsapp.js"
],
"css": []
},
{
"matches": [
"https://mail.yahoo.com/*"
],
"all_frames": true,
"js": [
"content-script-yahoo.js"
],
"css": []
},
{
"matches": [
"https://mail.yahoo.com/*"
],
"all_frames": true,
"js": [
"content-script-yahoo-pgp.js"
],
"css": []
},
{
"matches": [
"https://mail.yandex.com/*"
],
"all_frames": true,
"js": [
"content-script-yandex.js"
],
"css": []
},
{
"matches": [
"https://mail.zoho.eu/zm/*"
],
"all_frames": true,
"js": [
"content-script-zoho.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-script-icloud-encrypt.js"
],
"all_frames": true,
"run_at": "document_end",
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-script-yahoo.js"
],
"all_frames": true,
"run_at": "document_end",
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-script-whatsapp-encrypt.js"
],
"all_frames": true,
"run_at": "document_end",
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"content-script-yahoo-pgp.js"
],
"all_frames": true,
"run_at": "document_end",
"css": []
}
],
"browser_specific_settings": {
"gecko": {
"id": "datashielder-hsm-pgp@freemindtronic.com"
}
},
"web_accessible_resources": [
{
"resources": [
"loading.gif",
"loading-light.gif",
"locales/*/strings.json",
"content-script-*.js"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}