Inspect and view changes in Lockmagic Gmail Encryption 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
{
"name": "Lockmagic Gmail Encryption",
"short_name": "LmGmail",
"description": "Send secure, end to end encrypted email messages to anyone in the world while maintaining control of your shared content",
"version": "5.17",
"content_scripts": [
{
"matches": [
"https://mail.google.com/*",
"https://inbox.google.com/*",
"https://mail-attachment.googleusercontent.com/*"
],
"js": [
"inboxsdk.js",
"allv7.js"
],
"run_at": "document_end"
}
],
"permissions": [
"scripting"
],
"host_permissions": [
"https://mail.google.com/",
"https://inbox.google.com/",
"https://mail-attachment.googleusercontent.com/",
"https://www.lockmagic.com/",
"https://docs.google.com/",
"https://drive.google.com/",
"https://*.googleusercontent.com/",
"https://*.google.com/"
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"xlsx.html",
"docx.html",
"pdf.html",
"media.html",
"tiff.html",
"download.html",
"logo.png",
"spinwheel.gif",
"pageworld.js"
],
"extension_ids": [
"gmginoamabjegaokkopplmenagbgdojn"
]
}
],
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_page": "script-src 'self'; img-src 'self' blob: data:; media-src blob: data:;object-src 'self' blob:;style-src 'self' https://www.lockmagic.com;connect-src https://*.google.com blob:* https://mail.google.com https://*.googleusercontent.com https://docs.google.com https://drive.google.com https://mail-attachment.googleusercontent.com;"
},
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}