With GetTempMail, you can instantly create a temporary email address for receiving emails.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Smied",
"background": {
"persistent": false,
"scripts": [
"/js/background.js"
]
},
"browser_action": {
"default_icon": {
"16": "/img/icons/16x16.png",
"20": "/img/icons/20x20.png",
"24": "/img/icons/24x24.png",
"32": "/img/icons/32x32.png",
"40": "/img/icons/40x40.png"
},
"default_popup": "/html/popup.html",
"default_title": "__MSG_appName__"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"mac": "Command+Shift+Z",
"windows": "Ctrl+Shift+Z"
}
}
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https://GetTempMail.com",
"icons": {
"16": "/img/icons/16x16.png",
"48": "/img/icons/48x48.png",
"64": "/img/icons/64x64.png",
"128": "/img/icons/128x128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"options_ui": {
"chrome_style": false,
"open_in_tab": false,
"page": "/html/options.html"
},
"permissions": [
"https://gettempmail.com/*"
],
"short_name": "GetTempMail",
"version": "1.0",
"web_accessible_resources": [],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}