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",
"name": "Etsy Email Downloader",
"description": "Extract your Etsy customers emails",
"version": "2.3.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": "etsy_email_downloader_logo.png"
},
"background": {
"service_worker": "firebase.js"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
]
}