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,
"default_locale": "en",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.2.10",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnsNtPVsjHQdKAzwXO7HhXaHT5aQXC2w0MhxI9x3w3rvS3T3eZqds8k22lZ\/3ZC4JdOE7\/kt346I5f8HcrirFmSvkQvRiezu8oBs9AjwXkXJ\/A52clsnXz19cYSKRJlh4rJKJ3NlW4y\/B5fIt4JCCCah175QO7H4wSYOVnv8E5eisZDrmYCSARfmj4GAAjPGG8Qrdo0Ce8Bi7nRVTZgPbfv1MZFku2Ye\/HALxSyyUeWhRaGxTenBlDKOAaV7FKpp40M49d+yR\/OHpWe2tWl3jo4Me2uFfxCOmK2Qe4P0+dK+zMxYuO4OMu4vMJspPyAORfli8hIWyGjimYz72cf75LQIDAQAB",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon_32.png"
},
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"unlimitedStorage",
"cookies"
],
"host_permissions": [
"http:\/\/localhost:8000\/*",
"https:\/\/emailscraper.app\/*",
"https:\/\/www.emailscraper.app\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"contentStyle.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"contentStyle.css",
"icon_16.png",
"icon_32.png",
"icon_48.png",
"icon_128.png"
],
"matches": []
}
]
}