Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Inbox Mail Generator - by Mubashir Hassan",
"version": "3.0.1",
"description": "Generate unlimited secure email addresses that forward to your real inbox with Cloudflare integration.",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; frame-ancestors 'none';"
},
"permissions": [
"storage",
"alarms",
"notifications",
"tabs",
"contextMenus",
"clipboardWrite",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/api.cloudflare.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup-v2.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"guides\/api-token-guide.html",
"guides\/setup-guide.html",
"API_TOKEN_HELPER.md",
"SETUP_GUIDE.md",
"TROUBLESHOOTING.md"
],
"matches": [
"<all_urls>"
]
}
]
}