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": "Alias Bridge \u2013 Addy.io Email Alias Generator",
"version": "3.0.3",
"description": "Generate privacy-focused email aliases on the fly.",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"icon-16.png",
"icon-48.png",
"icon-128.png",
"assets\/logger-C_H_q79i.js",
"assets\/content.ts-D51lN9GB.js"
],
"use_dynamic_url": false
}
],
"options_page": "settings.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.ts-loader-oA8BSi8-.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true
}
],
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"contextMenus"
],
"host_permissions": [
"https:\/\/api.polar.sh\/*"
]
}