Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SimpleLogin by Proton: Secure Email Aliases",
"short_name": "SimpleLogin",
"description": "Easily create a different email for each website to hide your real email. Protect your inbox against spams, phishing, data breaches",
"version": "3.0.7",
"manifest_version": 3,
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"96": "icons\/icon_96.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"activeTab",
"storage",
"contextMenus",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/*.simplelogin.io\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_title": "SimpleLogin",
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"96": "icons\/icon_96.png",
"128": "icons\/icon_128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "addon@simplelogin",
"strict_min_version": "109.0"
}
},
"commands": {
"generate-random-alias": {
"suggested_key": {
"default": "Ctrl+Shift+X"
},
"description": "Generate a random email alias"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
},
"description": "Open the extension action menu"
}
},
"content_scripts": [
{
"js": [
"content_script\/input_tools.js"
],
"css": [
"content_script\/input_tools.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/app.simplelogin.io\/dashboard\/*"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
}
}