Inspect and view changes in LuxusMail - Disposable Temporary Email 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": " LuxusMail - Disposable Temporary Email ",
"description": "Temporary disposable email address. Protect your email from unwanted spam, bots and phishing with LuxusMail.",
"version": "1.0",
"manifest_version": 2,
"author": "https://luxusmail.org/",
"icons": {
"16": "/images/16x16.png",
"24": "/images/24x24.png",
"32": "/images/32x32.png",
"48": "images/48x48.png",
"128": "/images/128x128.png"
},
"permissions": [
"https://*.luxusmail.org/*"
],
"browser_action": {
"24": "images/24x24.png",
"32": "images/32x32.png",
"48": "images/48x48.png",
"128": "images/128x128.png",
"default_icon": "/images/16x16.png",
"default_popup": "popup.html"
}
}