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": "GitHub Email Finder Pro",
"version": "1.0.0",
"description": "Find email addresses associated with GitHub profiles and repositories - the fastest way to connect with developers",
"icons": {
"16": "assets\/icons\/icon_16.png",
"48": "assets\/icons\/icon_48.png",
"128": "assets\/icons\/icon_128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon_16.png",
"48": "assets\/icons\/icon_48.png"
},
"default_popup": "popup.html",
"default_title": "GitHub Email Finder"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "js\/background.js"
}
}