Inspect and view changes in Skizzle - File Sharing, End to End 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": "Skizzle - File Sharing, End to End Encryption",
"description": "The most secure way to share files over email.",
"version": "1.4.0",
"manifest_version": 2,
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"content_security_policy": "script-src 'self' https://cdn.segment.com https://cdn.mxpnl.com https://js.stripe.com; object-src 'self'",
"web_accessible_resources": [
"icons/icon_16.png",
"icons/icon_48.png",
"icons/icon_48_w.png",
"icons/icon_48_w.svg",
"icons/delete.svg",
"icons/download.svg",
"icons/downloadB.svg",
"icons/loadingB.svg",
"icons/loadingW.svg",
"icons/arrowLeft.svg",
"icons/menu.svg",
"icons/link.svg",
"icons/details.svg",
"icons/trash.svg",
"icons/revoke.svg",
"icons/insights.svg",
"icons/check.svg",
"icons/x.svg",
"icons/skizzleFullLogo.png",
"icons/completePrivacy.png",
"icons/e2ee.png",
"icons/easyToUse.png",
"icons/revokeAccess.png",
"popup/popup.html",
"icons/icon_grey.png",
"icons/search.svg",
"icons/close.svg",
"icons/settings.svg",
"icons/gear.svg",
"icons/bell.svg",
"icons/request.svg",
"icons/bell-filled.svg",
"icons/check-black.svg"
],
"browser_action": {
"default_title": "skizzle"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"clipboardWrite",
"privacy",
"https://mail.google.com/",
"https://viewer.skizzle.email/",
"https://skizzle.netlify.app/",
"https://explorer.skizzle.email/"
],
"content_scripts": [
{
"matches": [
"https://skizzle.netlify.app/*",
"https://explorer.skizzle.email/*"
],
"css": [
"styles.css"
],
"js": [
"jquery.js",
"ethers.js",
"explorer.js"
]
},
{
"matches": [
"https://mail.google.com/*"
],
"css": [
"styles.css"
],
"js": [
"inboxsdk.js",
"jquery.js",
"ethers.js",
"app.js"
]
},
{
"matches": [
"https://viewer.skizzle.email/*",
"https://api.skizzle.email/*",
"https://skizzle.netlify.app/*",
"https://explorer.skizzle.email/*"
],
"css": [
"styles.css"
],
"js": [
"webviewer.js",
"jquery.js",
"viewer.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}