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": "Email Signature Extractor",
"version": "2.1.0",
"description": "Automatically extract contact information from any webpage. All data stored locally on your device.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"default_title": "Email Signature Extractor"
},
"icons": {
"16": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
}
}